MCPVault
X64dbg MCP Server logo

X64dbg MCP Server

未认领

作者:duty1g

x64dbg-MCP Server is a native MCP (Model Context Protocol) plugin for x64dbg that exposes the debugger's full functionality over HTTP. Connect any MCP-compatible AI assistant and control x64dbg programmatically: set breakpoints, step through code, read memory, dump registers, and more. Built with Zig — zero dependencies, single-binary output, cros

ai-agentsai-debuggingbinary-analysisclaudeclaude-codemalware-analysismalware-researchmalware-scannermcpmcp-servermcp-serversx64dbgx64dbg-mcpx64dbg-pluginx64dbg-toolsxdbgzigzig-langziglang

未认领列表

这个 MCP 服务器是你的吗?

此列表根据公开信息自动生成。认领后,你可以编辑页面、设置兼容性并解锁增长工具。全程不超两分钟。

认领此服务器

工具(40 个)

AttachProcess

Attach to a running process by PID

ClearEventLog

Clear the event log

DeleteAllBreakpoints

Remove all breakpoints (normal, hardware, memory)

DeleteBreakpoint

Remove a breakpoint

DisableBreakpoint

Disable a breakpoint without deleting it

DisassembleFunction

Disassemble an entire function by boundaries

EnableBreakpoint

Enable a breakpoint at a given address

EvalExpression

Evaluate any x64dbg expression (address, register, arithmetic)

ExecuteDebuggerCommand

Run any x64dbg command

GetAllRegisters

Dump all general-purpose registers

GetCallStack

Current thread call stack

GetCurrentAddress

Current EIP/RIP with label and comment

GetDebugState

Current debugger state, PID, instruction pointer

GetDumpableRegions

List committed, readable memory regions

GetEventLog

Last N debugger events (exceptions, breakpoints, DLL loads)

GetMemoryMap

Memory regions with addresses, sizes, and protection

GetThreads

List all threads with IDs and instruction pointers

ListBreakpoints

List all active breakpoints

ListCommandsByCategory

List available MCP tools

ListModules

List loaded modules with base addresses and sizes

LoadBinary

Load an executable into the debugger

PauseDebug

Pause the target (F12)

ReadMemory

Hex dump of process memory

ResetHitCount

Reset a breakpoint's hit counter to zero

RestartDebug

Restart debug session

ResumeThread

Resume a suspended thread

run

Resume execution (F9)

SearchForStrings

Search process memory for text

SetBreakpoint

Set INT3 breakpoint at address/symbol

SetConditionalBreakpoint

Set breakpoint with condition expression and optional log

SetHardwareBreakpoint

Set hardware breakpoint (DR0-DR3, read/write/execute)

SetRegister

Set a CPU register value

StepInto

Single-step into calls (F7)

StepOut

Run until return (Ctrl+F9)

StepOver

Step over calls (F8)

StopDebug

Terminate debug session

SuspendThread

Suspend a thread by its thread ID

SwitchThread

Switch active thread context

ToggleBreakpoint

Toggle a breakpoint between enabled and disabled

WaitForPause

Block until target pauses