mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-2367 - PDB U - cleanup: remove Abstract from some names, incorporate filename and monitor into MSF and make available to PDB and other classes, better employ monitor in reader, fix some javadoc
This commit is contained in:
parent
6842712129
commit
e7846664a8
67 changed files with 1583 additions and 1559 deletions
|
@ -86,7 +86,7 @@ public class PdbDeveloperDumpSetScript extends GhidraScript {
|
|||
println("Processing PDB Dump of: " + entry.input());
|
||||
try (AbstractPdb pdb =
|
||||
PdbParser.parse(entry.input(), new PdbReaderOptions(), monitor)) {
|
||||
pdb.deserialize(monitor);
|
||||
pdb.deserialize();
|
||||
try (BufferedWriter bufferedWriter =
|
||||
new BufferedWriter(new FileWriter(new File(entry.output())))) {
|
||||
outputHeaderMessage(bufferedWriter, entry.input());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue