Point delink.sh at correct headless Ghidra script

The pitfalls of development on a Cygwin setup.
This commit is contained in:
KeybadeBlox 2025-12-14 22:57:14 -05:00
parent fe20d64d27
commit 8e62579f34

View file

@ -50,7 +50,7 @@ delink() {
# $3: Ghidra project name # $3: Ghidra project name
# $4: Whitespace-separated address ranges to include in object # $4: Whitespace-separated address ranges to include in object
# $5: Output path (inside /target) # $5: Output path (inside /target)
"$1/support/analyzeHeadless.bat" "$2" "$3"\ "$1/support/analyzeHeadless" "$2" "$3"\
-process default.xbe\ -process default.xbe\
-noanalysis\ -noanalysis\
-postScript DelinkProgram.java\ -postScript DelinkProgram.java\