mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Initial commit
This commit is contained in:
commit
aaddf5213a
6 changed files with 258 additions and 0 deletions
13
readme.md
Normal file
13
readme.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue