@cyberkaida/reverse-engineering-assistant

by cyberkaida · v1.0.0 · prompt

ReVa (Reverse Engineering Assistant) is a Ghidra extension that provides a Model Context Protocol (MCP) server for AI-assisted reverse engineering. It supports both GUI and headless modes, with stream

Install

Add @cyberkaida/reverse-engineering-assistant to Claude Code with the PolySkill CLI: polyskill add @cyberkaida/reverse-engineering-assistant

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview ReVa (Reverse Engineering Assistant) is a Ghidra extension that provides a Model Context Protocol (MCP) server for AI-assisted reverse engineering. It supports both GUI and headless modes, with streamable HTTP transport for direct connections and stdio transport for Claude CLI integration. ## Build and Test Commands ### Java Extension (Ghidra Plugin) ```bash # Set Ghidra installation directory first export GHIDRA_INSTALL_DIR=/path/to/ghidra # Build the extensi…

Keywords: github, ghidra-extension, reverse-engineering, ai-assisted, mcp-server, headless-mode, gui-support, software-analysis, malware-research