mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Miscellaneous Ghidra script tweaks
No behavioural changes.
This commit is contained in:
parent
c020c2e247
commit
3c4f0e72b8
3 changed files with 15 additions and 13 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue