valak: asm arg1 fix, NT_SUCCESS i32, byte scan off-by-one, etw guids

This commit is contained in:
2026-07-18 09:30:00 +01:00
committed by JYenn
parent cc60a24d98
commit a1f467199f
17 changed files with 552 additions and 910 deletions
+2 -2
View File
@@ -8,14 +8,14 @@ zig build -Dtarget=x86_64-windows-gnu -Doptimize=ReleaseFast
# → zig-out/bin/valak.dll
```
cross-compiles from any OS. output is a PE32+ DLL for x64 Windows, about 80KB.
cross-compiles from any OS. output is a PE32+ DLL for x64 Windows, about 100KB.
## build the loader (optional)
if you need a minimal shellcode loader to get your implant running:
```bash
# place your Sliver shellcode as valak.bin in the kage directory
# drop your Sliver .bin as kage/src/payload.bin
cd ../kage
zig build -Dtarget=x86_64-windows-gnu -Doptimize=ReleaseFast
# → zig-out/bin/kage.exe