PEReconstruct skill
This skill drives the PEReconstruct toolkit — a pure-stdlib Python pipeline for finding manually-mapped DLLs in a running process and rebuilding a loadable PE so IDA can analyze the dump.
Pipeline (read this before running anything)
PID → scan_exec_private.py (find candidate RX private regions)
→ scan_pe_deep.py (optional: PE-sig sweep for headerless)
→ pick the best candidate (size 1-10 MB, entropy ~6-7)
→ rebuild_header
[Description truncada. Veja o README completo no GitHub.]