mirror of
https://github.com/zimnyaa/PhaseDive
synced 2026-06-08 18:36:28 +00:00
670 B
670 B
PhaseDive (Ekko fork)
better explained at https://tishina.in/execution/phase-dive-sleep-obfuscation
This is a PoC for a change to Ekko to use trampoline calls to ZwContinue and a jmp rax gadget to call functions from the CONTEXT struct. The ntdll.dll gadget is static, you need to find your own call <ntdll.ZwContinue> to test this
Credit
- Ekko implementation by C5pider (original repository)
- Austin Hudson (@SecIdiot) https://suspicious.actor/2022/05/05/mdsec-nighthawk-study.html
- Originally discovered by Peter Winter-Smith and used in MDSec’s Nighthawk