embedFile, windowless, no embed.py

This commit is contained in:
2026-07-18 09:30:07 +01:00
parent 99f45673ef
commit 8d3cef7e74
4 changed files with 4 additions and 29 deletions
+2 -5
View File
@@ -6,15 +6,13 @@
> 影に潜む
Shellcode loader using indirect syscalls. Self-injection, jitter between steps.
Shellcode loader using indirect syscalls. Self-injection, jitter between steps. Also Windowless proccess.
## Build
```bash
# 1. place your shellcode as valak.bin in this directory
# 2. embed it into the source:
python3 embed.py
# 3. compile:
# 2. compile:
zig build -Dtarget=x86_64-windows-gnu -Doptimize=ReleaseFast
# → zig-out/bin/kage.exe
```
@@ -48,7 +46,6 @@ src/
├── syscall.zig Hell's Gate extraction + PEB ntdll finder
├── hells_gate.s asm dispatch (XOR globals)
build.zig
embed.py embeds valak.bin into main.zig
```
## License