You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@ GhydraMCP is a powerful bridge between [Ghidra](https://ghidra-sre.org/) and AI
14
14
15
15
## Overview
16
16
17
-
GhydraMCP v2.2.0 integrates three key components:
17
+
GhydraMCP v2.2.0 integrates four key components:
18
18
19
19
1.**Modular Ghidra Plugin**: Exposes Ghidra's powerful reverse engineering capabilities through a HATEOAS-driven REST API
20
20
2.**MCP Bridge**: A Python script that translates MCP requests into API calls with comprehensive type checking
21
-
3.**Multi-instance Architecture**: Connect multiple Ghidra instances to analyze different binaries simultaneously
21
+
3.**CLI Tool (`ghydra`)**: A standalone command-line interface for direct interaction with Ghidra — human-readable tables, syntax highlighting, and `--json` mode for scripting
22
+
4.**Multi-instance Architecture**: Connect multiple Ghidra instances to analyze different binaries simultaneously
22
23
23
24
This architecture enables AI assistants like Claude to seamlessly:
24
25
- Decompile and analyze binary code with customizable output formats
0 commit comments