Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 444 Bytes

File metadata and controls

26 lines (16 loc) · 444 Bytes

Python XOR Crypter

Python-based XOR packer that encrypts an .exe and generates a self-decrypting stub with optional obfuscation.


Features

  • XOR encryption with random key
  • Base64 encoding of payload and key
  • Randomized names (vars, funcs)
  • Optional junk functions (--flood)
  • Optional proxy call chain (--proxy)

Requirements

  • Python 3.x

Usage

python packer.py <input_file> [options]