mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 18:27:04 +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
|
||||
# $4: Whitespace-separated address ranges to include in object
|
||||
# $5: Output path (inside /target)
|
||||
"$1/support/analyzeHeadless.bat" "$2" "$3"\
|
||||
"$1/support/analyzeHeadless" "$2" "$3"\
|
||||
-process default.xbe\
|
||||
-noanalysis\
|
||||
-postScript DelinkProgram.java\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue