mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
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:
parent
10702d0569
commit
b2eb2aaa65
11 changed files with 251 additions and 209 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue