summaryrefslogtreecommitdiff
path: root/view/elf/elfview.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-09-18 16:41:09 -0400
committerJosh Ferrell <josh@vector35.com>2024-09-18 16:41:09 -0400
commitafb41a37f9f6fa9e3c2d8df35fa9c9ae215299ee (patch)
tree5506dc268f98ba3083fdc5098ba3a4d37fde1e0b /view/elf/elfview.h
parenta4b2f1ed627c2cc7aa6c09dac8390ebce2147d7b (diff)
Add support for loading symbols from .gnu_debugdata
Diffstat (limited to 'view/elf/elfview.h')
-rw-r--r--view/elf/elfview.h2
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();