mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-4700 - Improve PDB and MDMang developer scripts
This commit is contained in:
parent
043f66b9af
commit
999004245a
5 changed files with 23 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue