diff options
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(); |
