Refactor Ghidra instructions, add new binary files, and enhance decompilation notes
- Updated Ghidra instructions to emphasize keeping analysis batches small. - Added new binary files: `db.104.gbf`, `db.105.gbf`, and `db.27.gbf`. - Expanded decompilation notes for `cheat_code_check`, detailing its internal workings and verified cheat actions. - Revised segment coverage ledger to reflect new findings and promote segments from `Foothold` to `Partial`. - Enhanced `plan-mid.md` with updated estimates and focus areas for ongoing analysis.
This commit is contained in:
parent
d1222a2a4f
commit
3d4c4933ec
7 changed files with 167 additions and 26 deletions
1
.github/instructions/ghidra.instructions.md
vendored
1
.github/instructions/ghidra.instructions.md
vendored
|
|
@ -6,7 +6,6 @@ applyTo: "**"
|
|||
|
||||
- Active target is the raw full-EXE Ghidra program `CRUSADER-RAW.EXE` unless explicitly stated otherwise.
|
||||
- Use Ghidra MCP tools for analysis, decompilation, renaming, comments, and xref work.
|
||||
- Keep analysis batches small: prefer 1-5 functions, labels, or comments at a time.
|
||||
- Avoid speculative renames. Prefer names that are supported by one of these:
|
||||
- verified raw mapping from standalone segment work
|
||||
- direct string evidence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue