Update README.md

This commit is contained in:
LaurieWired 2025-03-24 21:41:40 -07:00 committed by GitHub
parent f57ece4637
commit c84b9b301a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,11 @@
# GhidraMCP # GhidraMCP
## Features ## Features
MCP Server + Ghidra Plugin
- Automatically rename methods and data
- List methods, classes, imports, and exports
- Decompile and analyze
## Installing ## Installing
@ -17,12 +22,11 @@ First, download the latest release from this repository. This contains the Ghidr
3. Click the `+` button 3. Click the `+` button
4. Select the GhidraMCP-1-0.zip (or your chosen version) from the downloaded release 4. Select the GhidraMCP-1-0.zip (or your chosen version) from the downloaded release
5. Restart Ghidra 5. Restart Ghidra
6. Make sure the GhidraMCPPlugin is enabled in `File` -> `Configure` -> `Developer`
### Option 1: Claude Desktop ### Option 1: Claude Desktop
Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json and add the following:
/Users/YOUR_USER/Library/Application Support/Claude/claude_desktop_config.json
``` ```
{ {
@ -37,7 +41,9 @@ Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json
} }
``` ```
### Option 1: 5ire Alternatively, edit this file `/Users/YOUR_USER/Library/Application Support/Claude/claude_desktop_config.json`.
### Option 2: 5ire
https://github.com/nanbingxyz/5ire https://github.com/nanbingxyz/5ire
## Building from Source ## Building from Source