diff options
| author | Alexander Taylor <alex@vector35.com> | 2026-01-22 18:31:37 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2026-01-23 10:35:46 -0500 |
| commit | c52958ee4e31f8c61737cf7d240b0906bcf70ee0 (patch) | |
| tree | 472ec7ed4d9f956d375d3b951cad423566b2cda7 /view | |
| parent | 15e3a9fe618df912948b08c56b10dab035aa8f01 (diff) | |
Lifted new PPC insns, MIPS reloc fix.
Diffstat (limited to 'view')
| -rw-r--r-- | view/elf/elfview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/elf/elfview.cpp b/view/elf/elfview.cpp index 46039e80..f09517d9 100644 --- a/view/elf/elfview.cpp +++ b/view/elf/elfview.cpp @@ -1762,8 +1762,6 @@ bool ElfView::Init() virtualReader.Seek(gotEntry); auto target = virtualReader.ReadPointer(); - if (!target) - continue; BNRelocationInfo relocInfo; memset(&relocInfo, 0, sizeof(BNRelocationInfo)); @@ -3160,6 +3158,7 @@ extern "C" BINARYNINJAPLUGIN bool CorePluginInit() #endif { + InitElfViewType(); return true; } |
