mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-21 02:37:03 +03:00
Arrange decompilation source/target in directories
This commit is contained in:
parent
21c3864bb7
commit
1c8eb137ee
11 changed files with 9 additions and 9 deletions
|
|
@ -51,7 +51,7 @@ delink() {
|
|||
# $2: Ghidra project path
|
||||
# $3: Ghidra project name
|
||||
# $4: Whitespace-separated address ranges to include in object
|
||||
# $5: Output path (inside /target)
|
||||
# $5: Output path (inside decompile/target/)
|
||||
# Call the right script depending on whether we're on Windows
|
||||
# (this seems like the most reliable method I can find for POSIX sh)
|
||||
if [ -n "$WINDIR" ]; then suffix=.bat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue