GP-695 Improve DWARF analyzer's runOnce, remove parsing of raw Elf

This commit is contained in:
dev747368 2021-02-23 15:11:04 -05:00
parent 45927bb9c3
commit 33435048de
5 changed files with 34 additions and 121 deletions

View file

@ -63,7 +63,7 @@ public class DWARF_ExtractorScript extends GhidraScript {
@Override
public void run() throws Exception {
if (!DWARFProgram.isDWARF(currentProgram, monitor)) {
if (!DWARFProgram.isDWARF(currentProgram)) {
popup("Unable to find DWARF information, aborting");
return;
}