Valak evasion DLL for Sliver implants. ChaCha20 encrypted sleep, synthetic callstack frames via indirect syscalls, HWBP AMSI/ETW bypass, FreshyCalls, CRT-free.

This commit is contained in:
2026-07-18 09:30:00 +01:00
parent fe2726a430
commit 7ecc30f1cd
24 changed files with 727 additions and 466 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ package valak
import "time"
func Start() {}
func Bootstrap() {}
func EvasionSleep(d time.Duration) { time.Sleep(d) }
func InitText() {}
func PatchAll() {}