mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Add delink POSIX script
Also reworked the directory structure a little.
This commit is contained in:
parent
7e1785e466
commit
fe20d64d27
14 changed files with 81 additions and 14 deletions
|
|
@ -6,6 +6,10 @@ the JSRF decompilation effort.
|
|||
The addresses given in each section are runtime memory addresses (as one would
|
||||
see in e.g. Ghidra).
|
||||
|
||||
`delink.sh` and `delink.ps1` are scripts for Unix-like and Windows systems
|
||||
respectively to produced delinked object files in `target/` from a Ghidra
|
||||
project.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue