dariushouledariushouleCommunityยท8 Agent Skills Included

x64dbg-skills

Automated x64dbg debugging, unpacking, and vulnerability hunting

Automates reverse engineering workflows inside the x64dbg debugger, from memory snapshots to full vulnerability reports. Decompiles functions to C pseudocode, unpacks packed binaries, analyzes shellcode, and scans memory with YARA signatures. Eliminates hours of manual stepping, breakpoint tuning, and note-taking during malware analysis and bug hunting.
npx skills add dariushoule/x64dbg-skills --all -g -y
Available:

Tells the agent what each debugging skill does, when to route requests to it, and how to manage the x64dbg connection when running helper scripts.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’