ghidra: track apply_il2cpp_symbols.py master in reverse/ (ghidra/ is gitignored)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user