summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-03-03 18:38:46 +0300
committerOxore <oxore@protonmail.com>2024-03-03 18:43:31 +0300
commitc993531d0678de5e29c943fdbb912e1f20957765 (patch)
tree04c827e3a4f7b739c7bb0c655790bfd0e3401e2b /src/common.h
parent3ae20774096ddb42ea03142d0c55f9564da4ba50 (diff)
Impl ELF symbols extraction
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
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"};
};