Decompilation project for North American standalone release of Jet Set Radio Future
Find a file
KeybadeBlox a766beb091 Fix comments in SaveData.hpp
A few were using old class names.
2026-05-15 20:39:11 -04:00
decompile Fix comments in SaveData.hpp 2026-05-15 20:39:11 -04:00
documentation Mention Wine for non-Windows OSs in documentation 2026-03-21 20:55:52 -04:00
ghidra Support DOS line endings in delink.sh 2026-05-13 20:17:32 -04:00
.gitignore Complete basic build process 2026-02-14 23:05:32 -05:00
readme.md Revise progress wording 2026-04-19 17:31:41 -04:00

Jet Set Radio Future North American Standalone Decompilation

A matching decompilation of the Xbox game Jet Set Radio Future.

Progress

  • Delinking progress: 1.32% (34051 out of 2574172 bytes in XBE address space)
  • Decompilation progress: 14.6% (37 out of the 241 delinked code symbols)
  • Estimated total progress: 0.20% (previous two multiplied together)

Roadmap

The approach of this decompilation is to:

  1. Delink the JSRF executable (default.xbe) into object files, each representing a single C++ source file
  2. Decompile the object files into C++ code that produces matching object files
  3. Link the object files into a Windows executable (n.b. this would not be runnable on Windows)
  4. Repackage the Windows executable into a working Xbox executable

We are currently engaging in the first two steps simultaneously, decompiling code as it's delinked. Further details on these steps can be found in the contribution guide. Step 3 uses the linker from the same Visual C++ 7.0 already used to compile object files. Step 4 uses the cxbe tool found in e.g. nxdk.

Contributing

Anybody interested in joining the effort is welcome to read the contribution guide. Those looking to get in contact with other contributors can post to the repository's issue tracker or join the JSRF Reverse Engineering Discord.