Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

mauricelambert/PyPePacker

Repository files navigation

PyPePacker

Description

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).

Requirements

This package require:

  • python3
  • python3 Standard Library
  • PyPeLoader >= 1.0.0
  • RC6Encryption >= 1.0.1
  • EntropyEncoding >= 0.0.5

Installation

Pip

python3 -m pip install PyPePacker

Git

git clone "https://github.com/mauricelambert/PyPePacker.git"
cd "PyPePacker"
python3 -m pip install .

Wget

wget https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip
unzip main.zip
cd PyPePacker-main
python3 -m pip install .

cURL

curl -O https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip
unzip main.zip
cd PyPePacker-main
python3 -m pip install .

Usages

Command line

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.exe

Links

License

Licensed under the GPL, version 3.

About

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).

Topics

Resources

Readme

License

GPL-3.0 license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages