reva
01cyberkaida/reverse-engineering-assistant
Plugin Claude Code
ReVa - AI-assisted binary analysis and reverse engineering with Ghidra integration.
cyberkaida/reverse-engineering-assistant
Plugin Claude Code
ReVa - AI-assisted binary analysis and reverse engineering with Ghidra integration.
cyberkaida/reverse-engineering-assistant
Agent Claude Code
Use this agent when you need expert guidance on Ghidra API usage, plugin/extension development, or troubleshooting integration issues. This includes questions about specific Ghidra classes and methods, best practices for plugin architecture, handling obscure API behaviors, resolving compatibility issues, or…
cyberkaida/reverse-engineering-assistant
Agent Claude Code
Use this agent when:\n1. The project is being set up for the first time\n2. Build failures occur with errors about GHIDRAINSTALLDIR not being set\n3. Gradle dependency errors appear\n4. The user mentions setup, installation, or configuration problems\n5. Missing prerequisites are detected (Ghidra source, Ghidra…
cyberkaida/reverse-engineering-assistant
Hook Claude Code
Runs when a session starts on startup, executing setup-remote-env.sh. From cyberkaida/reverse-engineering-assistant.
cyberkaida/reverse-engineering-assistant
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart) and 2 allowed tools.
cyberkaida/reverse-engineering-assistant
Instructions file GitHub Copilot
Instructions for cyberkaida/reverse-engineering-assistant, a project described as: MCP server for reverse engineering tasks in Ghidra 👩💻.
cyberkaida/reverse-engineering-assistant
Instructions file CodexOpenCode
Instructions for cyberkaida/reverse-engineering-assistant, covering agents.md, project overview, build & test commands, building the extension and set the ghidra installation directory first.
cyberkaida/reverse-engineering-assistant
Instructions file
Instructions for cyberkaida/reverse-engineering-assistant, covering claude.md, project overview, build and test commands, java extension (ghidra plugin) and set ghidra installation directory first.
cyberkaida/reverse-engineering-assistant
Plugin Claude Code
ReVa (Reverse Engineering Assistant) - AI-assisted binary analysis and reverse engineering with Ghidra integration.
cyberkaida/reverse-engineering-assistant
MCP server Claude CodeCodexCursor +2
MCP server "ReVa" as configured in cyberkaida/reverse-engineering-assistant. Runs locally from the mcp-reva Python package. Needs 1 environment variable to run.
cyberkaida/reverse-engineering-assistant
Skill Claude CodeCodex
Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering.
cyberkaida/reverse-engineering-assistant
Skill Claude CodeCodex
Solve CTF cryptography challenges by identifying, analyzing, and exploiting weak crypto implementations in binaries to extract keys or decrypt data. Use for custom ciphers, weak crypto, key extraction, or algorithm identification.
cyberkaida/reverse-engineering-assistant
Skill Claude CodeCodex
Solve CTF binary exploitation challenges by discovering and exploiting memory corruption vulnerabilities to read flags. Use for buffer overflows, format strings, heap exploits, ROP challenges, or any pwn/exploitation task.
cyberkaida/reverse-engineering-assistant
Skill Claude CodeCodex
Solve CTF reverse engineering challenges using systematic analysis to find flags, keys, or passwords. Use for crackmes, binary bombs, key validators, obfuscated code, algorithm recovery, or any challenge requiring program comprehension to extract hidden information.
cyberkaida/reverse-engineering-assistant
Skill Claude CodeCodex
Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming…
cyberkaida/reverse-engineering-assistant
Skill Claude CodeCodex
Write and run Python (PyGhidra) code inside the Ghidra session that ReVa's MCP server is already attached to, using the five ReVa scripting tools — run-script, list-scripts, read-script, write-script, edit-script. Use this whenever the user asks to execute Python against the current program, reach for the Ghidra Flat…