Binary Ninja reverse engineering integration. Analyze binaries, disassemble code, and understand program structure.
pip install binary-ninja-mcp
Requires Binary Ninja license:
```json
{
"mcpServers": {
"binary-ninja": {
"command": "python",
"args": ["-m", "binary_ninja_mcp"]
}
}
}
```
disassembleget_functionsanalyze_binarydecompileBinary Ninja reverse engineering integration. Analyze binaries, disassemble code, and understand program structure.
Language: Python
Category: Security