offensive-tools/re/x64dbg/SKILL.md
User-mode debugger for Windows x64/x86 with plugin ecosystem for malware analysis, unpacking, and vulnerability research. Use when dynamically analyzing PE malware, unpacking obfuscated executables, or tracing Windows API calls.
npx skillsauth add aeondave/malskill x64dbgInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Windows debugger for dynamic malware analysis, unpacking, and API tracing.
x96dbg.exe (launcher auto-selects x32/x64)F2 on instruction, or bp CreateRemoteThreadF9 | Step over: F8 | Step into: F7| Panel | Purpose | |-------|---------| | CPU | Disassembly + registers + stack + hex | | Log | API calls, plugin output | | Breakpoints | Manage all BPs | | Memory Map | Virtual memory regions | | References | XREFs to selected | | Symbols | Module imports/exports |
| Action | Key / Command |
|--------|--------------|
| Run / Pause | F9 |
| Step Over | F8 |
| Step Into | F7 |
| Execute till return | Ctrl+F9 |
| Set breakpoint | F2 |
| Breakpoint on API | bp VirtualAlloc in command bar |
| Follow in dump | Ctrl+D on address |
| Search strings | Ctrl+F in disassembly |
Unpack malware:
jmp eax/rax after decryption loop)Find C2 callback:
bp WS2_32.connect
bp WS2_32.send
F9 → examine stack args
| File | When to load |
|------|--------------|
| references/ | Plugin list and unpack methodology |
development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.