executable-packing
Python implementation of the Packed Executable iDentifier (PEiD)
Analysis tool for estimating the likelihood that a binary contains compressed or encrypted bytes
Implementation of the packing detection heuristic from the paper "Packed PE File Detection for Malware Forensics" of Han et al.
Re-implementation and packaging of PyPackerDetect
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).