mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1777 - PDB Universal - Improve segment address calculation
This commit is contained in:
parent
0123c85d9f
commit
70e7ae6e59
69 changed files with 3436 additions and 1947 deletions
|
@ -145,7 +145,8 @@ class LoadPdbTask extends Task {
|
|||
pdbFile.getAbsolutePath(), pdbReaderOptions, monitor)) {
|
||||
monitor.setMessage("PDB: Parsing " + pdbFile + "...");
|
||||
pdb.deserialize(monitor);
|
||||
PdbApplicator applicator = new PdbApplicator(pdbFile.getAbsolutePath(), pdb);
|
||||
DefaultPdbApplicator applicator =
|
||||
new DefaultPdbApplicator(pdbFile.getAbsolutePath(), pdb);
|
||||
applicator.applyTo(program, program.getDataTypeManager(), program.getImageBase(),
|
||||
pdbApplicatorOptions, monitor, log);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue