Files
kimd155 ac1c29f3fd Fix async WER dump: wait for WerFault to finish writing
RtlReportSilentProcessExit is async, it sends an ALPC message and
returns immediately. The loader was freeing memory and the process
was exiting before WerFault finished writing the dump.

Changes:
  - Add 5s delay after BOF execution before freeing VirtualAlloc memory
  - Add dump file polling in main.py (waits up to 60s for lsass*.dmp)
  - Print unresolved symbols visibly so missing imports are obvious
2026-04-13 09:45:34 +03:00
..
2026-04-13 09:12:02 +03:00
2026-04-13 09:12:02 +03:00