mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-695 Improve DWARF analyzer's runOnce, remove parsing of raw Elf
This commit is contained in:
parent
45927bb9c3
commit
33435048de
5 changed files with 34 additions and 121 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue