Zion Leonahenahe Basque
Looking to write your own MCP for a popular decompiler? Check out our unified API that allows scripting in IDA, Ghidra, Binja, and angr. In the same few Python lines, you can make a struct, retype a function, and modify local vars. Check it out: https://github.com/binsync/libbs
blasty
looks like the AI + MCP-assisted reverse engineering hype train is gaining steam! 🚂✨ in just the past few days, we've seen: • @itszn13 integrating MCP into @vector35’s Binary Ninja (https://x.com/itszn13/status/1903227860648886701) • @JH_Pointer casually dropping his IDA MCP project, which I had to nerdsnipe myself into trying (https://github.com/MxIris-Reverse-Engineering/ida-mcp-server, https://x.com/bl4sty/status/1904631424663379973) • @mrexodia rolling out a clean (judging by a quick code quality check) MCP implementation for IDA (https://github.com/mrexodia/ida-pro-mcp) • @lauriewired dropping GhidraMCP for @NSAGov’s Ghidra (https://github.com/LaurieWired/GhidraMCP) these tools are early-stage but already hint at the potential for interactive RE software running on (semi) autopilot. makes me wonder—should we formalize a set of MCP primitives across RE tools and unify them under one overarching framework? 🤔 of course, these aren’t silver bullets. but much like typical LLM usage, in the right hands, they could be powerful time-savers. curious to see what comes next! might be time for hacking competitions focused on small/constrained binaries to start thinking about countermeasures against AI-assisted cheesing. 👀