mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-13 09:24:16 -09:00
GP-4700 - Improve PDB and MDMang developer scripts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user