valak evasion dll for sliver

evasion/ - zig dll with rc4 encrypted sleep, hwbp amsi/etw bypass,
freshycalls indirect syscall dispatch, callstack spoofing via asm
trampoline, ntdll unhooking, module stomping, token manipulation.
all techniques verified against dbgman edr tradecraft (may 2026).
ret patch removed (instant detection). comments updated with
detection status on each technique.

go-bridge/ - reflective pe loader + clean go api for sliver
integration. drop this package into sliver's implant/ dir,
replace time.sleep with evasionsleep.

build: zig build -doptimize=releaseFast -> embed dll bytes
This commit is contained in:
2026-07-18 09:30:00 +01:00
commit fe2726a430
18 changed files with 3056 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build evasion && windows
// Generated by valak build.zig — zig build && zig-out/bin/valak.dll
// Replace this with the compiled DLL bytes before building.
package valak
var embeddedDLL []byte