|
Here are 2 more interesting tools though not strictly MCP, are similar in automating typical reversing workflows
ReverserAI (v1.2)
ReverserAI is a research project designed to automate and enhance reverse engineering tasks through the use of locally-hosted large language models (LLMs). Operating entirely offline, this initial release features the automatic suggestion of high-level, semantically meaningful function names derived from decompiler output. ReverserAI is provided as a Binary Ninja plugin; however, its architecture is designed to be extended to other reverse engineering platforms such as IDA and Ghidra.
https://github.com/mrphrazer/reverser_ai
Rev·Deck — AI-Assisted Reverse Engineering with Ghidra
https://github.com/biniamf/ai-reverse-engineering
|