Plugin Claude Code
Claude Code skills for x64dbg debugger automation.
Plugin Claude Code
Claude Code skills for x64dbg debugger automation.
Plugin Claude Code
Claude Code skills for x64dbg debugger automation — state snapshots, memory analysis, and more.
Instructions file
Instructions for dariushoule/x64dbg-skills, covering x64dbg-skills, structure, skills, key patterns and dependencies.
Skill Claude CodeCodex
Decompile a function to C-like pseudocode using angr.
Skill Claude CodeCodex
Smart trace-based OEP finder for packed/protected PE executables. Traces through packer stubs using intelligent stepping, anti-debug evasion, and heuristic OEP detection, then captures a state snapshot at the original entry point.
Skill Claude CodeCodex
Load, unpack, and analyze shellcode in x64dbg. Use this skill when the user wants to analyze shellcode, load a shellcode blob into a debugger, unpack encoded/encrypted shellcode, or perform static/dynamic analysis of shellcode payloads.
Skill Claude CodeCodex
Compare two state snapshots to identify register and memory changes between two points in time.
Skill Claude CodeCodex
Capture a full debuggee state snapshot (all committed memory regions + processor state) to disk for offline analysis.
Skill Claude CodeCodex
Trace execution (into or over calls) for N steps or until a condition, then analyze the recorded instruction log.
Skill Claude CodeCodex
Hunt for vulnerabilities in a running debuggee by analyzing imports/exports, triaging attack surface, and iteratively testing for bugs with PoC generation.
Skill Claude CodeCodex
Scan a state snapshot's memory dumps with YARA signatures to detect packers, crypto constants, malware, and more.
Instructions file
Claude Code instructions for dariushoule/x64dbg-rippy, covering x64dbg-rippy, build, build + install 32-bit, manual cmake (if needed) and project structure.