Miscellaneous Ghidra script tweaks

No behavioural changes.
This commit is contained in:
KeybadeBlox 2026-02-18 18:18:24 -05:00
parent c020c2e247
commit 3c4f0e72b8
3 changed files with 15 additions and 13 deletions

View file

@ -16,7 +16,7 @@ import java.util.Arrays;
import java.util.Optional;
public class EnhancedExport extends GhidraScript{
public class EnhancedExport extends GhidraScript {
@Override
public void run() throws Exception {
final FileWriter out = new FileWriter(askFile("Specify output file", "OK"));