Decompilation project for North American standalone release of Jet Set Radio Future
Find a file
KeybadeBlox 58a2dbb2fb Consistent capitalization
The release binary was called Jet2.exe (according to the XBE header), so
they were apparently capitalizing file names.  This was already
reflected in objects.csv, but not the source files.
2025-12-10 22:43:42 -05:00
src Consistent capitalization 2025-12-10 22:43:42 -05:00
objects.csv Initial commit 2025-12-10 22:38:12 -05:00
readme.md Initial commit 2025-12-10 22:38:12 -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).

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.