Executable compression
From Just Solve the File Format Problem
(Difference between revisions)
(→List of formats) |
(→List of formats) |
||
Line 16: | Line 16: | ||
* [[COMPACK]] | * [[COMPACK]] | ||
* [[DIET (compression)|DIET]] | * [[DIET (compression)|DIET]] | ||
− | |||
* [[EXEPACK]] | * [[EXEPACK]] | ||
+ | * [[ICE (executable compression)|ICE]] | ||
+ | * [[JAM (executable compression)|JAM]] | ||
* [[LZEXE]] | * [[LZEXE]] | ||
* [[PGMPak]] (Todor Todorov) | * [[PGMPak]] (Todor Todorov) | ||
Line 28: | Line 29: | ||
* [[UPX]] | * [[UPX]] | ||
* [[WWPACK]] | * [[WWPACK]] | ||
− | * [[XPACK]] | + | * [[XPACK]] |
* [[X-pack for Executable]] | * [[X-pack for Executable]] | ||
Revision as of 19:15, 15 January 2020
Executable compression takes an executable file, and makes it smaller, without changing its functionality. One way to do that is to compress the file and bundle it with a small decompression routine, which decompresses the file, in memory, every time it is executed.
It is usually possible to identify a particular kind of compressed executable as such, and decompress it to its original form. Another possibility is to let the program decompress itself, then try to capture it in memory. However, some developers have used various tricks to try to make these things difficult.
Contents |
List of formats
- AINEXE
- aPACK
- AVPACK (Andrei Volkov)
- AXE (System Enhancement Associates)
- COMPACK
- DIET
- EXEPACK
- ICE
- JAM
- LZEXE
- PGMPak (Todor Todorov)
- PKLITE
- PRO-PACK
- SCRNCH
- SHRINK
- TINYPROG
- UCEXE (Ad Infinitum Programs)
- UPX
- WWPACK
- XPACK
- X-pack for Executable
Software
- SAC FTP collection → PACK (also at [1], [2], [3])
- ftp.oldskool.org → packers, unpackers
- [4] - A collection of some compression and decompression utilities for DOS