x64dbg-skills

by dariushoule · MCP Server · ★ 76

About x64dbg-skills

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...

claude-codemcpskillsx64dbg

Quick Facts

Stars76
Forks9
LanguagePython
CategoryMCP Server
LicenseMIT
Quality Score60.79/100
Last Updated2026-03-13
Created2026-02-12
Platformsclaude-code, mcp, python
Est. Tokens~6k

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular Python Agent Tools

Frequently Asked Questions

What is x64dbg-skills?

x64dbg-skills is Claude Code plugin providing skills for x64dbg debugger automation. It is categorized as a MCP Server with 76 GitHub stars.

What programming language is x64dbg-skills written in?

x64dbg-skills is primarily written in Python. It covers topics such as claude-code, mcp, skills.

How do I install or use x64dbg-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.

What license does x64dbg-skills use?

x64dbg-skills is released under the MIT license, making it free to use and modify according to the license terms.

View on GitHub → Browse MCP Server tools