This package implements a packer written in python, the packer reduce the size (gzip compression), encrypt data (RC6 encryption) and reduce data entropy (using EntropyEncoding).
This package require:
- python3
- python3 Standard Library
- PyPeLoader >= 1.0.0
- RC6Encryption >= 1.0.1
- EntropyEncoding >= 0.0.5
python3 -m pip install PyPePackergit clone "https://github.com/mauricelambert/PyPePacker.git"
cd "PyPePacker"
python3 -m pip install .wget https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip
unzip main.zip
cd PyPePacker-main
python3 -m pip install .curl -O https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip
unzip main.zip
cd PyPePacker-main
python3 -m pip install .PyPePacker              # Using CLI package executable
python3 -m PyPePacker   # Using python module
python3 PyPePacker.pyz  # Using python executable
PyPePacker.exe          # Using python Windows executable
PyPePacker C:\Windows\System32\net1.exe "net user"
PyPePacker C:\Windows\System32\net1.exe "net user" MyKey
./net1_packed.exeLicensed under the GPL, version 3.
