This package implements a basic PE loader in python to load executable in memory (used to create packer, loader from internet or to impact a process context).
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).