JSRF-Decompilation/readme.md
KeybadeBlox fe20d64d27 Add delink POSIX script
Also reworked the directory structure a little.
2025-12-14 22:53:33 -05:00

17 lines
805 B
Markdown

# Jet Set Radio Future Decompilation Notes
This is just a public holding space for anything I put together as a part of
the JSRF decompilation effort.
`objects.csv` is a table of suspected object file boundaries for delinking.
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.
The `src/` directory contains decompiled code and data. Each symbol is
annotated with its corresponding memory address in the original binary, and
functions are marked as perfectly or imperfectly matching. It's not
necessarily intended to be compilable, but more scratch space for noting down
what I've worked out.