mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
GP-4700 - Improve PDB and MDMang developer scripts
This commit is contained in:
@@ -89,6 +89,7 @@ public class MDMangDeveloperGenericizeMangledNamesScript extends GhidraScript {
|
||||
values.setValidator((valueMap, status) -> {
|
||||
return validateInputFile(valueMap, status) && validateOutputFile(valueMap, status);
|
||||
});
|
||||
setReusePreviousChoices(false); // false for second pass... want our default output
|
||||
values = askValues(TITLE, null, values);
|
||||
inputFile = values.getFile(INPUT_PROMPT); // might have changed
|
||||
inputFileName = inputFile.getAbsolutePath(); // might have changed
|
||||
|
||||
Reference in New Issue
Block a user