Files
MochaByte 51204ed281 Add images to README
Added images under 'Shiny pics' section in README.
2026-07-27 22:55:37 +02:00

24 lines
644 B
Markdown

# Morpheus
Sleep Obfuscation via `CreateThreadpoolTimer`. Same idea as Ekko but different fingerprint.
## Does this work?
Idk its super wonky. But I played a bit with it against elastic and it seemed to work (?).
## Compile it
```powershell
gcc sleep.c -o sleep.exe -static -O2 -Wall
```
## Shiny pics
<img width="1541" height="600" alt="image" src="https://github.com/user-attachments/assets/cdb208d9-074b-430f-ab47-abce3a296434" />
<img width="1123" height="295" alt="image" src="https://github.com/user-attachments/assets/b1815199-5fbb-4f29-b149-edb48e0f3696" />
## Credit
[5pider](https://github.com/Cracked5pider/Ekko/tree/main)