Documentation
README
find-oep
Smart trace-based OEP finder for packed/protected PE executables. Walks through unpacking stages using intelligent stepping, anti-debug evasion, and heuristic OEP detection. Once the OEP is found, captures a state snapshot for downstream use (PE reconstruction, analysis, etc.).
Instructions
1. Gather input and assess target
Ask the user (via AskUserQuestion) for any information not already provided:
- Target path โ absolute path to the packed PE on disk
- x64dbg path โ absolute path to x64dbg/x32dbg (if not already known)
- Bitness โ 64-bit or 32-bit (default: 64)
This is the opening of the README. Read the full README on GitHub.