mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Update PdbAnalyzer.java
This commit is contained in:
@@ -72,7 +72,7 @@ public class PdbAnalyzer extends AbstractAnalyzer {
|
|||||||
|
|
||||||
if (PdbParser.isAlreadyLoaded(program)) {
|
if (PdbParser.isAlreadyLoaded(program)) {
|
||||||
if (!PdbUniversalAnalyzer.isEnabled(program)) { // yield to other analyzer complaining
|
if (!PdbUniversalAnalyzer.isEnabled(program)) { // yield to other analyzer complaining
|
||||||
Msg.info(this, "Skipping PDB analysis since it has previouslu run.");
|
Msg.info(this, "Skipping PDB analysis since it has previously run.");
|
||||||
Msg.info(this, ">> Clear 'PDB Loaded' program property or use Load PDB action if " +
|
Msg.info(this, ">> Clear 'PDB Loaded' program property or use Load PDB action if " +
|
||||||
"additional PDB processing required.");
|
"additional PDB processing required.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user