reverse-engineering-assistant
AI-powered reverse engineering of binaries directly inside Ghidra
All Skills in This Repository (6)
Pure Emerald Level Indicatorspyghidra-scripting
Write and run PyGhidra Python scripts inside a ReVa-hosted Ghidra session via MCP tools.
binary-triage
Survey binary memory layout, strings, imports, exports, and functions.
deep-analysis
Execute depth-first binary investigations with evidence-based conclusions in Ghidra.
ctf-pwn
Identify memory corruption vulnerabilities in CTF binaries and outline exploitation plans.
ctf-rev
Analyze CTF binaries to extract flags through structured reverse engineering.
ctf-crypto
Analyze and exploit cryptographic implementations in binaries to recover flags or keys.
Frequently Asked Questions
FAQPage SchemaHow to install reverse-engineering-assistant?▼
Run `npx skills add cyberkaida/reverse-engineering-assistant --all -g -y` in your terminal to install all skills in this suite globally.
What does ReVa do?▼
ReVa is a Ghidra extension that exposes decompilation, strings, symbols, cross-references, and binary diffing as MCP tools, so an AI agent can reverse engineer binaries through natural language requests.
Can AI solve CTF reverse engineering challenges?▼
Yes. The suite includes dedicated skills for CTF reverse engineering, binary exploitation, and cryptography challenges that guide the agent through systematic flag extraction.
Does ReVa work with Claude Code?▼
Yes. ReVa runs as a standard MCP server over HTTP or stdio and connects directly to Claude Code, VSCode, and other MCP-compatible clients.
Can ReVa run without the Ghidra GUI?▼
Yes. Headless mode uses PyGhidra to run analysis without the GUI, making it suitable for automation, CI pipelines, and Docker environments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core