mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Update PdbAnalyzer.java
This commit is contained in:
parent
d2883bbb8c
commit
2ba5b84e7e
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue