by dariushoule · MCP Server · ★ 76
x64dbg-skills Claude Code plugin providing skills for x64dbg debugger automation. Skills Captures a full debuggee state snapshot to disk for offline analysis: All committed memory regions as raw binary files Complete processor state (registers) as JSON Compares two state snapshots to identify what changed between two points in time: Register changes (instruction pointer advancement, stack movement, flags, etc.) Memory region modifications (stack writes, heap mutations, code changes) Synthesized narrative explaining what the program did between snapshots Decompiles a function to C-like pseudocode using angr: Decompiles the function at the current instruction pointer if no address is specified Accepts a specific address or symbol as an argument Tries multiple decompiler strategies for best results Suggests nearby functions if the specified address isn't a function entry Scans snapshot memory dumps with YARA signatures from the x64dbg yarasigs database: Automatically clones the yarasigs repo (including Yara-Rules and citizenlab submodules) on first use Scan categories: packers & compilers, crypto constants, anti-debug / anti-VM, or all signatures Builds on — uses an existing snapshot...
| Stars | 76 |
| Forks | 9 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 60.79/100 |
| Last Updated | 2026-03-13 |
| Created | 2026-02-12 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~6k |
Explore other popular mcp server tools:
x64dbg-skills is Claude Code plugin providing skills for x64dbg debugger automation. It is categorized as a MCP Server with 76 GitHub stars.
x64dbg-skills is primarily written in Python. It covers topics such as claude-code, mcp, skills.
You can find installation instructions and usage details in the x64dbg-skills GitHub repository at github.com/dariushoule/x64dbg-skills. The project has 76 stars and 9 forks, indicating an active community.
x64dbg-skills is released under the MIT license, making it free to use and modify according to the license terms.