From 87a66e7539a2057b6f54a7f4f9294b01d91782af Mon Sep 17 00:00:00 2001 From: "JYenn (SISTA)" Date: Sat, 18 Jul 2026 09:30:00 +0100 Subject: [PATCH] fixes --- docs/BUILD.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index bfbfbde..79cc61e 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -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 ```