zero-loader console
Payload.h — Sideload.h — 127.0.0.1 only

Encrypt shellcode

Runs python Encrypt.py <shellcode> --url <url>. Regenerates Payload.h and the encrypted payload (named after the URL basename — e.g. payload.dat).

A new Chaskey key, nonce, XOR rotation, and URL cipher are generated on every run.

    
Payload.h preview (first 4 KB)

    

DLL sideload generator

Runs python SideloadGen.py <target.dll>. Generates Sideload.h export forwards and Sideload.rc version info.

The PE export table is parsed and every export gets a /export: linker pragma pointing at the renamed original.

  

Build

Runs build.bat (MSVC + ml64 + Mutate.py). Requires Payload.h; sideload mode also requires Sideload.h.

Compile-time flags