|
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.
|