Python-based XOR packer that encrypts an .exe
and generates a self-decrypting stub with optional obfuscation.
- XOR encryption with random key
- Base64 encoding of payload and key
- Randomized names (vars, funcs)
- Optional junk functions (
--flood
) - Optional proxy call chain (
--proxy
)
- Python 3.x
python packer.py <input_file> [options]