Thread: Ida-pro-mcp
View Single Post
  #50  
Old 09-09-2026, 17:33
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 880
Rept. Given: 48
Rept. Rcvd 53 Times in 32 Posts
Thanks Given: 760
Thanks Rcvd at 1,178 Times in 548 Posts
chants Reputation: 53
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
Reply With Quote