Update delink.sh for Windows

If you've cloned this repository on Windows, you have either a POSIX
environment or Git Bash and can run this script.  It just needs to call
the right headless Ghidra script depending on the OS (which it now tries
to do).
This commit is contained in:
KeybadeBlox 2025-12-14 23:55:08 -05:00
parent 8e62579f34
commit 87c56f01d6
2 changed files with 9 additions and 4 deletions

View file

@ -6,9 +6,8 @@ the JSRF decompilation effort.
The addresses given in each section are runtime memory addresses (as one would
see in e.g. Ghidra).
`delink.sh` and `delink.ps1` are scripts for Unix-like and Windows systems
respectively to produced delinked object files in `target/` from a Ghidra
project.
`delink.sh` is a script that produces delinked object files in `target/` from a
Ghidra project.
The `src/` directory contains decompiled code and data. Each symbol is
annotated with its corresponding memory address in the original binary, and