Documentation
README
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
This is the opening of the README. Read the full README on GitHub.