diff --git a/README.md b/README.md index 001c5e1..de953bf 100644 --- a/README.md +++ b/README.md @@ -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)