Skip to content

edditdev/py-XorCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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]