diff options
author | Oxore <oxore@protonmail.com> | 2024-03-03 18:38:46 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-03-03 18:43:31 +0300 |
commit | c993531d0678de5e29c943fdbb912e1f20957765 (patch) | |
tree | 04c827e3a4f7b739c7bb0c655790bfd0e3401e2b /src/common.h | |
parent | 3ae20774096ddb42ea03142d0c55f9564da4ba50 (diff) |
Impl ELF symbols extraction
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
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"}; }; |