PDB - Corrected symbol mapping using OMAP and enabled PDB Universal

Analyzer as default.  Renamed old PDB analyzer to PDB MSDIA.
This commit is contained in:
ghidra1 2020-10-06 17:38:55 -04:00
parent 10702d0569
commit b2eb2aaa65
11 changed files with 251 additions and 209 deletions

View file

@ -47,7 +47,7 @@ class LoadPdbTask extends Task {
LoadPdbTask(Program program, File pdbFile, boolean useMsDiaParser,
PdbApplicatorRestrictions restrictions, DataTypeManagerService service) {
super("Loading PDB...", true, false, false);
super("Load PDB", true, false, false);
this.program = program;
this.pdbFile = pdbFile;
this.useMsDiaParser = useMsDiaParser;