A Model Context Protocol (MCP) server that provides AI assistants with binary analysis capabilities using Ghidra (static) and x64dbg (dynamic). Built for security research, malware analysis, and reverse engineering.
Stars
9
Forks
4
Watchers
9
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
140
commits
style: replace excessive comment separators with clean single-line format & other (#110)
083d408View on GitHubfix: resolve Ghidra encoding failures and x64dbg parameter loss on Windows (#109)
b54721dView on GitHubdocs: overhaul README with accurate tool counts and cleaner structure (#108)
587ab18View on GitHubfix: comprehensive security hardening across all tool modules (#104)
0fde052View on GitHubfix: resolve server process launch failures on Windows 11 Canary builds (#102) (#102)
c8edc88View on GitHubfeat: add @runtime Jython directive for Ghidra 12 compatibility (#97)
b083291View on GitHubfix: harden WinDbg banner filter against encoding quirks (#101)
a5cbaa1View on GitHubdocs: replace vendor-specific driver references with generic examples (#100)
70918f5View on GitHubfeat: add WinDbg kernel debugging integration via Pybag COM API (#99)
39fd8c7View on GitHubfix: detect silent ELF analysis failures and provide actionable recomendations (#98)
0c459ecView on GitHubfix: remove dynamic_tools.py imports from tests to avoid FastMCP dependency
8732d63View on GitHubrefactor: rename StructuredErrorException to StructuredBaseError (N818 compliance)
3a81c51View on GitHub