mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Decompilation project for North American standalone release of Jet Set Radio Future
Some notes on keeping data structure definitions in decompiled source files have been added, and a section was added for specific topics in the future. |
||
|---|---|---|
| decompile | ||
| delink | ||
| .gitignore | ||
| contributing.md | ||
| readme.md | ||
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.
delink/
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 is a script that produces delinked object files in target/ from a
Ghidra project.
decompile/
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.