diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-09-18 16:41:09 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-09-18 16:41:09 -0400 |
| commit | afb41a37f9f6fa9e3c2d8df35fa9c9ae215299ee (patch) | |
| tree | 5506dc268f98ba3083fdc5098ba3a4d37fde1e0b /view/elf/elfview.h | |
| parent | a4b2f1ed627c2cc7aa6c09dac8390ebce2147d7b (diff) | |
Add support for loading symbols from .gnu_debugdata
Diffstat (limited to 'view/elf/elfview.h')
| -rw-r--r-- | view/elf/elfview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/elf/elfview.h b/view/elf/elfview.h index 856dacbd..23a5021a 100644 --- a/view/elf/elfview.h +++ b/view/elf/elfview.h @@ -538,6 +538,8 @@ namespace BinaryNinja void GetRelocEntries(BinaryReader& reader, const std::vector<Elf64SectionHeader>& sections, bool implicit, std::vector<ELFRelocEntry>& result); bool DerefPpc64Descriptor(BinaryReader& reader, uint64_t addr, uint64_t& result); + + void ParseMiniDebugInfo(); public: ElfView(BinaryView* data, bool parseOnly = false); ~ElfView(); |
