An open API service indexing awesome lists of open source software.

https://github.com/edditdev/py-xorcrypt

About A new simple and powerfull packer for malware
https://github.com/edditdev/py-xorcrypt

builder crypt cryptor cybersecurity generator injection malware malware-protection net obfuscation payload polymorphic python stub

Last synced: 7 months ago
JSON representation

About A new simple and powerfull packer for malware

Awesome Lists containing this project

README

          

# 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

```bash
python packer.py [options]