by dariushoule
Claude Code plugin providing skills for x64dbg debugger automation
# Add to your Claude Code skills
git clone https://github.com/dariushoule/x64dbg-skillsGuides for using mcp servers skills like x64dbg-skills.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:49:33.164Z",
"npmAuditRan": true,
"pipAuditRan": true
}x64dbg-skills is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dariushoule. Claude Code plugin providing skills for x64dbg debugger automation. It has 176 GitHub stars.
Yes. x64dbg-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/dariushoule/x64dbg-skills" and add it to your Claude Code skills directory (see the Installation section above).
x64dbg-skills is primarily written in Python. It is open-source under dariushoule on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh x64dbg-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Claude Code plugin providing skills for x64dbg debugger automation.
/state-snapshotCaptures a full debuggee state snapshot to disk for offline analysis:
/state-diffCompares two state snapshots to identify what changed between two points in time:
/decompileDecompiles a function to C-like pseudocode using angr:
/yara-sigsScans snapshot memory dumps with YARA signatures from the x64dbg yarasigs database:
/state-snapshot — uses an existing snapshot or takes a fresh one/tracealyzerTraces execution (into or over calls) for N steps or until a condition is met, then analyzes the recorded instruction log:
cip == 0x401000), or bothtraces/ with addresses, disassembly, labels, and comments/shellcode-analyzerLoads, unpacks, and analyzes raw shellcode blobs in x64dbg:
timeout.exe as a sacrificial process (supports 32-bit and 64-bit)/yara-sigs), annotates key addresses with comments and labels/find-oepSmart trace-based OEP finder for packed/protected PE executables:
/yara-sigs for packer identification and /state-snapshot for memory capture at OEP/vuln-hunterHunts for vulnerabilities in a running debuggee through systematic analysis:
/decompile for complex functions and /tracealyzer for execution tracingx64dbg_automate pip package installed:
pip install x64dbg_automate[mcp] --upgrade
/decompile skill: angr (Python >= 3.10):
pip install angr
/yara-sigs skill: yara-python and Git:
pip install yara-python
/vuln-hunter skill: LIEF for static PE analysis:
pip install lief
Add the marketplace and install the plugin:
/plugin marketplace add dariushoule/x64dbg-skills
/plugin install x64dbg-skills
To update to the latest version:
/plugin install x64dbg-skills
A decent guide that gives good ideas on how to use these skills: Cooking with x64dbg and MCP
MIT