valak: asm arg1 fix, NT_SUCCESS i32, byte scan off-by-one, etw guids
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user