Decomp updates
This commit is contained in:
parent
f6a5155675
commit
c4fa8a6b05
62 changed files with 9413 additions and 20 deletions
6
.github/instructions/ghidra.instructions.md
vendored
6
.github/instructions/ghidra.instructions.md
vendored
|
|
@ -4,6 +4,12 @@ applyTo: "**"
|
|||
|
||||
# Crusader Ghidra Workflow
|
||||
|
||||
## Safety Guardrails
|
||||
|
||||
- Never create a git commit on your own.
|
||||
- Never run a command that may delete files outside a temporary folder unless you first ask the user with `vscode_askQuestions` and get explicit confirmation.
|
||||
- If a request could remove or overwrite repository files, pause and confirm before proceeding.
|
||||
|
||||
- Active target is the NE Ghidra program `CRUSADER.EXE` unless explicitly stated otherwise.
|
||||
- Use Ghidra MCP tools for analysis, decompilation, renaming, comments, and xref work.
|
||||
- Treat the verified `CRUSADER-RAW.EXE` work already captured in `docs/` and notes as a cross-reference evidence base for the live `CRUSADER.EXE` session, not as the default active program.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue