mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-3293: Fixing compilation issue
This commit is contained in:
parent
871d6d951a
commit
687691f5c5
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ public class RecoverClassesFromRTTIScript extends GhidraScript {
|
|||
return ("There is no open program");
|
||||
}
|
||||
|
||||
if (!GhidraProgramUtilities.isAnalyzedFlagSet(currentProgram)) {
|
||||
if (!GhidraProgramUtilities.isAnalyzed(currentProgram)) {
|
||||
return ("The program has not been analyzed. Please run auto-analysis and make sure " +
|
||||
"the RTTI analzer is one of the analyzers enabled.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue