dariushoule/x64dbg-skills
129 stars · Last commit 2026-03-13
Claude Code plugin providing skills for x64dbg debugger automation
README preview
# x64dbg-skills Claude Code plugin providing skills for x64dbg debugger automation. ## Skills ### `/state-snapshot` 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 ### `/state-diff` 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 ### `/decompile`