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
- Host: GitHub
- URL: https://github.com/edditdev/py-xorcrypt
- Owner: edditdev
- Created: 2025-06-12T20:36:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-12T20:47:03.000Z (8 months ago)
- Last Synced: 2025-06-12T21:48:12.998Z (8 months ago)
- Topics: builder, crypt, cryptor, cybersecurity, generator, injection, malware, malware-protection, net, obfuscation, payload, polymorphic, python, stub
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]