This commit is contained in:
2026-07-18 09:30:00 +01:00
parent 95c752363e
commit 87a66e7539
-1
View File
@@ -17,7 +17,6 @@ if you need a minimal shellcode loader to get your implant running:
```bash
# place your Sliver shellcode as valak.bin in the kage directory
cd ../kage
python3 embed.py
zig build -Dtarget=x86_64-windows-gnu -Doptimize=ReleaseFast
# → zig-out/bin/kage.exe
```