By CodeJustin
via retrocode.blogspot.com
Published: Jul 01 2009 / 16:03
An exe packer is a utility to reduce the size of executable files. It compresses a program and creates a new program with the compressed data and code to extract and run the original. Commonly used compression techniques include variants of Run Length Encoding and members of the LZ family of algorithms.
Add your comment