by dariushoule · MCP Server · ★ 76
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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 | 71.8750633679379/100 |
| Last Updated | 2026-03-13 |
| Created | 2026-02-12 |
| Platforms | claude-code, mcp, python |
| Est. Tokens | ~6k |
Looking for a x64dbg-skills alternative? If you're comparing x64dbg-skills with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Claude Code extension manager — MCP servers, plugins (skills, hooks, agents), and marketplaces
OpenSkills: Run Claude Skills Locally using any LLM
An MCP server for loading skills (shim for non-claude clients).
Local-first RAG server for developers. Semantic + keyword search for code and technical docs. Works with MCP o
The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plug
MCP implementation of Claude Code capabilities and more
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.
The top alternatives to x64dbg-skills on Agent Skills Hub include mcpick, open-skills, skillz. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.