x64dbg-skills
Automated x64dbg debugging, unpacking, and vulnerability hunting
All Skills in This Repository (8)
Pure Emerald Level Indicatorsdecompile
Decompile binary functions into C-like pseudocode using angr CFG analysis.
find-oep
Trace unpacking stubs in x64dbg to identify the original entry point of packed PE executables.
tracealyzer
Trace x64dbg debuggee execution and log disassembled instructions for offline analysis.
state-snapshot
Capture committed memory regions and processor state from x64dbg sessions.
shellcode-analyzer
Load and analyze raw shellcode blobs in x64dbg with optional unpacking.
state-diff
Diff register and memory changes from before/after state snapshots.
yara-sigs
Scan state snapshot memory with YARA rules to detect malware signatures.
vuln-hunter
Identify security weaknesses in a paused debuggee via import/export reconnaissance and PoC testing.
Frequently Asked Questions
FAQPage SchemaHow to install x64dbg-skills?โผ
Run `npx skills add dariushoule/x64dbg-skills --all -g -y` in your terminal to install all debugging skills globally.
How to unpack packed malware automatically?โผ
The find-oep skill traces through packer stubs, evades anti-debug checks, and stops at the original entry point with a full memory snapshot.
Can it analyze shellcode without manual debugging?โผ
Yes. The shellcode-analyzer skill loads the blob into a sacrificial process, unpacks it, and performs static and dynamic analysis with a markdown report.
Does x64dbg-skills find software vulnerabilities?โผ
Yes. The vuln-hunter skill maps the attack surface, tests for buffer overflows and format string bugs, and builds proof-of-concept exploits.
What do I need before using these skills?โผ
You need x64dbg, the x64dbg Automate Python package, and its MCP server configured; some skills also require angr, yara-python, or lief.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core