Executable compression

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(List of formats)
(List of formats)
Line 10: Line 10:
 
== List of formats ==
 
== List of formats ==
  
* AINEXE (Transas Marine Ltd.)
+
* [[AINEXE]] (Transas Marine Ltd.)
* AVPACK (Andrei Volkov)
+
* [[AVPACK]] (Andrei Volkov)
* AXE (System Enhancement Associates)
+
* [[AXE (executable compression)|AXE]] (System Enhancement Associates)
* COMPACK (Prominence Computer Services)
+
* [[COMPACK]] (Prominence Computer Services)
 
* [[DIET (compression)|DIET]]
 
* [[DIET (compression)|DIET]]
* ICE (Keith P. Graham)
+
* [[ICE (executable compression)|ICE]] (Keith P. Graham)
 
* [[EXEPACK]]
 
* [[EXEPACK]]
* LEXEM
 
* LGLZ (George Lyapko)
 
 
* [[LZEXE]]
 
* [[LZEXE]]
* PGMPak (Todor Todorov)
+
* [[PGMPak]] (Todor Todorov)
 
* [[PKLITE]]
 
* [[PKLITE]]
* PROPACKER (Rob Northern Computing)
+
* [[Pro-Pack|PRO-PACK]]
* SCRNCH
+
* [[SCRNCH]]
* SHRINK
+
* [[SHRINK (executable compression)|SHRINK]]
 
* [[TINYPROG]]
 
* [[TINYPROG]]
* UCEXE (Ad Infinitum Programs)
+
* [[UCEXE]] (Ad Infinitum Programs)
 
* [[UPX]]
 
* [[UPX]]
 
* [[WWPACK]]
 
* [[WWPACK]]
* XPACK (JauMing Tseng)
+
* [[XPACK]] (JauMing Tseng)
  
 
== Software ==
 
== Software ==

Revision as of 21:13, 25 September 2019

File Format
Name Executable compression
Ontology

Executable compression takes an executable file, and makes it smaller, without changing its functionality. One way to do this 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

Software

  • [1] - A collection of some compression and decompression utilities for DOS

See also

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox