Arrange decompilation source/target in directories

This commit is contained in:
KeybadeBlox 2025-12-17 21:46:17 -05:00
parent 21c3864bb7
commit 1c8eb137ee
11 changed files with 9 additions and 9 deletions

View file

@ -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