Back to browse
GitHub Repository

rea: Reverse engineer anything with agents: one CLI and MCP server to inspect any app, understand it fully down to the binary level.

55 starsTypeScript

A MCP for Agents to reverse engineer binary code

by Mplto·Jul 14, 2026·2 points·0 comments

AI Analysis

●●●BangerWizardryBig BrainZero to One

68 MCP tools let agents decompile binaries and trace execution without manual tool switching.

Strengths
  • Standardizes reverse engineering for agents via 68 specific MCP tools instead of custom scripts.
  • Generates structured 'Evidence v2' records to ground agent claims in actual binary offsets.
  • Integrates directly with Hopper decompiler to bridge static analysis and LLM reasoning.
Weaknesses
  • Heavy reliance on external decompilers like Hopper limits out-of-the-box usability for some targets.
  • Agent success depends entirely on the underlying LLM's ability to reason about low-level assembly.
Target Audience

Reverse engineers, security researchers, and developers building AI agents for code analysis.

Similar To

Ghidra · Binary Ninja · Cursor

Similar Projects

AI/MLPass

Binary is no longer safe

Uses differential-property testing as an automated feedback loop to validate LLM-driven rewrites — that's the clever bit that turns flaky translations into repeatable refinement. The author targets a closed-source MUD DLL to avoid model memorization and walks through why raw assembly prompts failed and how decompiled C+tests + LLM translation to Rust succeeds. It's a thoughtful, slightly alarming demo with concrete techniques you can try yourself, not just vaporware.

WizardryBig BrainNiche Gem
seddonm1
304mo ago