๐Ÿ’พ
DevOpsPython

State Snapshot

by dariushoule

State Snapshot is a DevOps skill for Claude Code, published by dariushoule in x64dbg-skills.

203 stars16 forkson dariushoule/x64dbg-skillsAdded 2026/09/05Repository updated 2026/03/13
claude-codemcpskillsx64dbg
Install in seconds
Install State Snapshot
Copy State Snapshot into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dariushoule/x64dbg-skills/tree/main/skills/state-snapshot ~/.claude/skills/state-snapshot

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dariushoule/x64dbg-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/state-snapshot/SKILL.md in dariushoule/x64dbg-skills
Installs to
~/.claude/skills/state-snapshot
Collection
One of 8 skills cataloged from this repository
Category
DevOps โ€” 973 skills

What State Snapshot does

State Snapshot captures all committed memory regions and the full processor state from a live debuggee for offline analysis. Use it when you need a disk snapshot of memory and registers from x64dbg.

State Snapshot is cataloged under DevOps on DirSkills. State Snapshot comes from a repository tagged claude-code, mcp, skills and x64dbg.

Documentation

README

state-snapshot

Capture a full debuggee state snapshot โ€” all committed memory regions as raw binary files plus the complete processor state as JSON.

Instructions

Follow these steps exactly:

1. Verify debugger connection

Call mcp__x64dbg__get_debugger_status to confirm the debugger is connected and a debuggee is loaded. Note the session PID and x64dbg path from the current MCP connection โ€” you will need these to reconnect later.

If no debuggee is loaded, tell the user and stop.

2. Pause the debuggee if running

If the debugger status shows the debuggee is running (not paused), call mcp__x64dbg__pause to pause it. Remember that you auto-paused so you can resume later.

3. Disconnect the MCP client

This is the opening of the README. Read the full README on GitHub.

Frequently asked about State Snapshot

  • What else does dariushoule publish alongside State Snapshot?

    State Snapshot is one of 8 skills that DirSkills catalogs from dariushoule/x64dbg-skills, the repository it ships in. Its siblings there include Decompile, Find OEP and Shellcode Analyzer. Each one is a separate skill with its own page in this directory, installs the same way State Snapshot does, and is maintained by dariushoule in that same repository. The rest of the collection is listed on the dariushoule/x64dbg-skills page.

  • How does State Snapshot compare to other DevOps skills?

    State Snapshot ranks #862 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of State Snapshot against them. Open each page to compare what they document and how they install.

More from dariushoule/x64dbg-skills

State Snapshot is one of 8 skills cataloged on DirSkills from dariushoule/x64dbg-skills.

See all 8 skills โ†’