Skip to content

v1.1

Latest

Choose a tag to compare

@Wasdubya Wasdubya released this 15 Mar 05:16
· 9 commits to main since this release

Latest Build

  • Changed Flag API to Script::Register::GetCFlags & Script::Register::SetCFlags.

  • 3/27 - Changed ExecCommand Tool Descriptor in x64dbg.py to encourage use of comma separation in arguments that would otherwise cause a lot of false negatives.

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)