Thread: Ida-pro-mcp
View Single Post
  #50  
Old 09-09-2026, 17:33
chants's Avatar
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 887
Rept. Given: 49
Rept. Rcvd 53 Times in 32 Posts
Thanks Given: 769
Thanks Rcvd at 1,183 Times in 551 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
__________________

Last edited by chants; 09-10-2026 at 15:10.
Reply With Quote