mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Point delink.sh at correct headless Ghidra script
The pitfalls of development on a Cygwin setup.
This commit is contained in:
parent
fe20d64d27
commit
8e62579f34
1 changed files with 1 additions and 1 deletions
|
|
@ -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\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue