An open API service indexing awesome lists of open source software.

https://github.com/evilsocket/ghidra-re

An AI agent to use Ghidra with any AI.
https://github.com/evilsocket/ghidra-re

Last synced: 10 months ago
JSON representation

An AI agent to use Ghidra with any AI.

Awesome Lists containing this project

README

          

**ghidra-re** is a [Nerve](https://github.com/evilsocket/nerve) agent that uses [this Ghidra MCP server](https://github.com/LaurieWired/GhidraMCP) to reverse a target binary with Ghidra.

Make sure the Ghidra MCP server [is installed correctly](https://github.com/LaurieWired/GhidraMCP?tab=readme-ov-file#installation) and copy its `bridge_mcp_ghidra.py` script in `/usr/local/bin` (you can change this path in `agent.yml`).

Install the agent (requires nerve >= 1.4.x):

```bash
# this will download and install (or update) to ~/.nerve/agents
nerve install evilsocket/ghidra-re
```

By default it will analyze the currently open binary:

```bash
# interactive mode
nerve run ghidra-re -i

# specific task
nerve run ghidra-re --task 'what is the function sub_00000 about?'
```