AI Reverser is a local reverse engineering platform that combines Ghidra and LLM (default is Ollama). You can analyze binaries, recover C/C++ code, structures, and interact with analysis through an AI chat — all completely locally, without sending data to the cloud.
Features: - Fully local operation - Integration with Ghidra (headless) - AI analysis of binaries - Function recovery (C/C++) - Analysis of imports, strings, and symbols - Recovery of types and structures - Interactive chat with AI - Streaming response processing - Generation of analysis artifacts 🎆 How it works 1. Upload a binary (.exe, .dll, ELF, Mach-O) 2. Ghidra analyzes 3. AI processes the result 4. Generates code and structures 🎆 Why it's needed - Privacy (everything is local) - Accelerating reverse engineering - Automating routine tasks - Control over AI
GitHub: https://github.com/Dvurechensky/Ai.Reverse.Engineering