Skip to content

Pre-Compiled Plug-in and MCP Bridge

Choose a tag to compare

@Wasdubya Wasdubya released this 29 Jan 17:28
· 18 commits to main since this release

Added better parsing to the PatternFindMem endpoint in the plug-in so it can handle "??" wildcards and spaces without hiccups.

Cleaned up MiscParseExpression Tool Descriptor, was inaccurate before.

Removed GetInstructionAtRIP, many other apis have this capability and caused problems with log.

Added Symbol Parsing by Module with pagination to control output

Quick Setup

Download Plugin & Python file

  • Grab .dp64 or .dp32 and the MCPx64dbg.py from the release section below.
  • Copy the .dp files to their respective plugins folder. I.E. [x64dbg_dir]/release/x64/plugins/
  • Configure Claude Desktop through claude_desktop_config.json with path to x64dbgmcp.py
{
  "mcpServers": {
    "x64dbg": {
      "command": "Path\\To\\Python",
      "args": [
        "Path\\to\\x64dbg.py"
      ]
    }
  }
}

Launch x64dbg
Start your preferred MCP platform
Check plugin loaded successfully (ALT+L in x64dbg for logs)