Update README.md

This commit is contained in:
MochaByte
2026-07-27 22:51:52 +02:00
committed by GitHub
parent ae2f58c3ca
commit 1df61e2526
+6
View File
@@ -5,6 +5,12 @@ Sleep Obfuscation via `CreateThreadpoolTimer`. Same idea as Ekko but different f
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
```
## Credit
[5pider](https://github.com/Cracked5pider/Ekko/tree/main)