ghidra: track apply_il2cpp_symbols.py master in reverse/ (ghidra/ is gitignored)

This commit is contained in:
DownloadPizza
2026-06-16 15:52:06 +02:00
parent e390461a53
commit 43cc032e02
2 changed files with 91 additions and 1 deletions

View File

@@ -79,7 +79,10 @@ for its own bookkeeping — different thing; don't conflate.)
- `ghidra/` is git-ignored (install + project + dumps, all large/regenerable).
## Tooling map (`reverse/`, `ghidra/scripts/`)
- `ghidra/scripts/apply_il2cpp_symbols.py` — headless symbol injector (this doc).
> `ghidra/` is git-ignored, so the **tracked masters** live in `reverse/` (`ghidra_*.py`); copy them
> into `ghidra/scripts/` (where `-scriptPath` points) to run. e.g.
> `cp reverse/ghidra_apply_il2cpp_symbols.py ghidra/scripts/apply_il2cpp_symbols.py`.
- `reverse/ghidra_apply_il2cpp_symbols.py``ghidra/scripts/apply_il2cpp_symbols.py` — headless symbol injector (this doc).
- `ghidra/scripts/decomp_targets.py` — decompile `targets.txt``ghidra/decomp.c`.
- `ghidra/scripts/disasm_targets.py` — disassemble `targets.txt``ghidra/disasm.txt` (fast, no analysis).
- `reverse/il2cpp_re.py` — VA↔file-offset, method index from `dump.cs`, xrefs, body disasm + float consts.