From c993531d0678de5e29c943fdbb912e1f20957765 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 3 Mar 2024 18:38:46 +0300 Subject: Impl ELF symbols extraction --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 76fc956..f94bb65 100644 --- a/src/common.h +++ b/src/common.h @@ -27,6 +27,7 @@ struct Settings { bool imm_hex{}; bool follow_jumps{}; bool walk{}; + bool symbols{}; BFDTarget bfd{}; const char *indent{"\t"}; }; -- cgit v1.2.3