7 Commits

Author SHA1 Message Date
SISTA a1f467199f valak: asm arg1 fix, NT_SUCCESS i32, byte scan off-by-one, etw guids 2026-07-19 01:19:17 +01:00
SISTA cc60a24d98 SISTA 2026-07-18 09:30:00 +01:00
SISTA ed8b189aa9 SISTA 2026-07-18 09:30:00 +01:00
SISTA 95c752363e fixes 2026-07-18 09:30:00 +01:00
SISTA 761c98a233 fixes 2026-07-18 09:30:00 +01:00
SISTA 7ecc30f1cd Valak evasion DLL for Sliver implants. ChaCha20 encrypted sleep, synthetic callstack frames via indirect syscalls, HWBP AMSI/ETW bypass, FreshyCalls, CRT-free. 2026-07-18 09:30:00 +01:00
SISTA fe2726a430 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
2026-07-18 09:30:00 +01:00