![]() |
|
#1
|
|||
|
|||
|
Ida-pro-mcp
https://github.com/mrexodia/ida-pro-mcp
Simple MCP Server for IDA Pro , allow vibe reversing in IDA Pro. There is a example in the page, how to solve the crackme by ida pro + vs code + cline. |
|
#2
|
|||
|
|||
|
Another MCP SERVER FOR IDA
https://github.com/MxIris-Reverse-Engineering/ida-mcp-server https://github.com/taida957789/ida-mcp-server-plugin |
|
#3
|
|||
|
|||
|
I just learned about vibe coding apparently coined by Andrej Karpathy himself in a YouTube video. It's amazing to see how fast the AI expansion is happening in the application space. Vibe reversing might be the norm in a year or so.
|
| The Following User Says Thank You to chants For This Useful Post: | ||
yoza (03-27-2025) | ||
|
#4
|
|||
|
|||
|
Plugin interface for remote communications with Binary Ninja database and MCP server for interfacing with LLMs.
https://github.com/Invoke-RE/binja-lattice-mcp |
|
#5
|
|||
|
|||
|
Quote:
could you hint what is the vid link pls? |
|
#6
|
|||
|
|||
|
Tweet:
Quote:
Quote:
By the way his last 3 videos are all excellent if wanting to learn a lot of details about LLMs and the new tech around them. If interested in MCP servers, so many are being developed these days, here is a list: Quote:
|
| The Following 2 Users Say Thank You to chants For This Useful Post: | ||
sendersu (04-13-2025), wx69wx2023 (04-13-2025) | ||
|
#7
|
|||
|
|||
|
1.4.0 released this Oct 6, 2025
What's Changed add idalib-based MCP server by @williballenthin in #39 Add debugger mpc function by @ltlly in #46 Add functionality to list globals by @neoz in #47 Added command to find xrefs to struct fields by @JorisVanEijden in #60 add local type listing and searching function by @hoooonnam in #70 Add support for Claude Code and Small Refactoring by @Chapoly1305 in #86 List imports by @withzombies in #85 Add stack variable support by @withzombies in #81 Allow set_comment to work with no decompiler available by @withzombies in #80 Add memory read functions by @withzombies in #82 Fix member names, use defined structure builders by @withzombies in #102 Structured function disassembly by @withzombies in #96 claude code support windows now by @heheda123123 in #117 Add callee function listing feature by @nonetype in #90 Add Patch Address bytecode by @ShallowFeather in #57 Add comprehensive structure analysis functionality by @VadimBoev in #123 IDA Pro MCP is a lightweight Model Context Protocol (MCP) server that connects IDA Pro to AI assistants for automated binary analysis and reverse engineering. What It Does 1. Natural Language Queries: Allows AI clients (like Claude, Cursor, or Cline) to read and query IDA Pro databases. 2. Automated Actions: Enables AI assistants to retrieve function info, fetch disassembly, read pseudocode, and manage comments or variable names. 3. Vibe Reversing: Facilitates conversational, interactive binary analysis workflows directly from your code editor or chat interface. Core Architecture 1. MCP Server: Runs locally via standard input/output (stdio) or HTTP/SSE transport to receive tool calls from your AI client. 2. IDA Plugin / Backend: Communicates with IDA Pro either through an active remote control HTTP plugin or headless idalib worker processes. |
|
#8
|
||||
|
||||
|
When using IDA Pro MCP from mrexodia, prefer idalib interface(headless mode, no need to run IDA GUI).
And I found that if I use "npipe" protocol for cdb, it may cause OOM due to the named pipe message cache of "npfs.sys", so better use TCP protocol for cdb. https://github.com/svnscha/mcp-windbg x64dbg/x32dbg MCP: https://github.com/SetsunaYukiOvO/x64dbg-mcp https://github.com/wasdubya/x64dbgmcp dnSpy MCP(win32/win64): https://github.com/tuna1999/dnspy-mcp Just ask AI Agent to install the MCPs itself, with the git repo URL.
__________________
AKA Solomon/blowfish. Last edited by WhoCares; 09-03-2026 at 16:29. |
| The Following 3 Users Say Thank You to WhoCares For This Useful Post: | ||
|
#9
|
||||
|
||||
|
which one do you advice?
x64dbg/x32dbg MCP: https://github.com/SetsunaYukiOvO/x64dbg-mcp https://github.com/wasdubya/x64dbgmcp
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com |
|
#10
|
|||
|
|||
|
I highly recommend choosing wasdubya/x64dbgMCP over the other repository.
While both projects aim to provide a Model Context Protocol (MCP) server for the x64dbg debugger, wasdubya/x64dbgmcp is the more mature, widely adopted, and actively maintained implementation. |
![]() |
|
|