Decompilation project for North American standalone release of Jet Set Radio Future
Find a file
2025-12-18 09:30:29 -05:00
decompile Remove padding from Jet2.obj address ranges 2025-12-18 09:30:29 -05:00
delink Remove padding from Jet2.obj address ranges 2025-12-18 09:30:29 -05:00
.gitignore Complete delink workflow; separate from decomp 2025-12-16 22:30:49 -05:00
contributing.md Finish first draft of contributing.md 2025-12-18 00:16:21 -05:00
readme.md Complete delink workflow; separate from decomp 2025-12-16 22:30:49 -05:00

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