- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
Zig
A SKILL.md that teaches an AI coding agent how to control the x64dbg debugger through MCP tools. It defines state-management rules, core reverse-engineering workflows, and references a set of 84 tools covering stepping, breakpoints, memory, modules, threads, and analysis.
You want an agent to drive x64dbg reliably without assuming debugger state between tool calls.
Use it to
- Load and analyze a binary
- Set breakpoints and step through code
- Find and hook an API call
- Unpack or patch a binary
- Monitor a GUI app while the user interacts
For Reverse engineers using AI agents with x64dbg
- Host repository
- duty1g/x64dbg-mcp-server
- Host stars
- 1,966
- Host language
- Zig
topicsreverse-engineeringdebuggingx64dbgmcpagent-skillbinary-analysis