Jump to content

Executable compression

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vaceituno (talk | contribs) at 11:25, 22 April 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Executable compression is performed using a loader and the program itself. The loader, embedded in the executable, unfolds the code in memory and transfers control to it.

Executable compression is popular when there are file system size restrictions.

Some popular DOS exe compressors are WWPACK, LZEXE and PKLITE.

There are executable decompressors too, like UNP.