Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -22,6 +22,8 @@ Use these instructions when making changes in the local Ghidra MCP source at K:/
|
|||
- Keep backward compatibility for endpoint naming when practical by adding aliases instead of removing old routes.
|
||||
- Keep xref and analysis outputs machine-friendly and evidence-rich (addresses, ref type, classification, function context).
|
||||
|
||||
- **Terminal execution rule:** When running multi-line Python for testing or server-side scripts, do not paste multi-line code into interactive terminals. Always write the code to a temporary `.py` file and execute it with the Python interpreter. This prevents paste-related failures and preserves the intended execution environment.
|
||||
|
||||
## Verification Rules
|
||||
|
||||
- After server edits, run a Maven validation from K:/mcp/GhidraMCP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue