vuln-hunter

Installation
SKILL.md

vuln-hunter

Hunt for vulnerabilities in a running debuggee. Performs import/export reconnaissance, triages attack surface by I/O context, then iteratively tests for bugs (buffer overflows, integer wraps, logic flaws, etc.) and builds proof-of-concept exploits.

Prerequisites

  • The target program must be loaded in x64dbg and paused (at entrypoint or a function of interest)
  • Be conservative with the context window — disassemble on demand, read memory on demand, do not dump large regions speculatively

Instructions

1. Connect and verify state

Confirm the debugger is connected and the debuggee is paused:

  1. Call mcp__x64dbg__get_debugger_status — verify status is paused
  2. If running, call mcp__x64dbg__pause
  3. Call mcp__x64dbg__get_register for rip (64-bit) or eip (32-bit) to determine bitness and current location
  4. Call mcp__x64dbg__get_memory_map to get an overview of loaded modules
Installs
12
GitHub Stars
207
First Seen
Apr 11, 2026
vuln-hunter — dariushoule/x64dbg-skills