setup_context
Export binary context using Ghidra in headless mode. Extracts functions, pseudocode, structs, and enums for reverse-engineering analysis.
Instructions
Run Ghidra headless decompilation to export binary context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary_path | No | /Users/tomi/Documents/ghidra_mcp/crackme | |
| ghidra_path | No | /Users/tomi/Downloads/ghidra_11.3.1_PUBLIC |
Input Schema (JSON Schema)
{
"properties": {
"binary_path": {
"default": "/Users/tomi/Documents/ghidra_mcp/crackme",
"title": "Binary Path",
"type": "string"
},
"ghidra_path": {
"default": "/Users/tomi/Downloads/ghidra_11.3.1_PUBLIC",
"title": "Ghidra Path",
"type": "string"
}
},
"title": "setup_contextArguments",
"type": "object"
}