GP-4700 - Improve PDB and MDMang developer scripts

This commit is contained in:
ghizard 2024-06-18 11:45:36 +00:00
parent 043f66b9af
commit 999004245a
5 changed files with 23 additions and 16 deletions

View file

@ -31,7 +31,7 @@ import ghidra.util.exception.CancelledException;
public class PdbDeveloperDumpSetScript extends GhidraScript {
private record IOEntry(String input, String output) {};
private record IOEntry(String input, String output) {}
@Override
protected void run() throws Exception {