Executable compression

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |thiscat=Executable compression }} '''Executable compression''' takes an executable file, and makes it ...")
 
m (List of formats)
Line 12: Line 12:
 
* AXE (System Enhancement Associates)
 
* AXE (System Enhancement Associates)
 
* COMPACK (Prominence Computer Services)
 
* COMPACK (Prominence Computer Services)
* DIET (Teddy Matsumoto)
+
* [[DIET (compression)|DIET]]
 
* ICE (Keith P. Graham)
 
* ICE (Keith P. Graham)
 
* EXEPACK (Microsoft)
 
* EXEPACK (Microsoft)

Revision as of 14:48, 15 September 2019

File Format
Name Executable compression
Ontology

Executable compression takes an executable file, and makes it smaller. This is generally done by compressing the file and bundling 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 used various tricks to try to make these things difficult.

List of formats

  • AXE (System Enhancement Associates)
  • COMPACK (Prominence Computer Services)
  • DIET
  • ICE (Keith P. Graham)
  • EXEPACK (Microsoft)
  • LEXEM
  • LGLZ (George Lyapko)
  • LZEXE
  • PGMPak (Todor Todorov)
  • PKLITE
  • PROPACKER (Rob Northern Computing)
  • SCRNCH
  • SHRINK
  • TINYPROG (Tranzoa)
  • UPX
  • WWPACK (Piotr Warezak and Rafal Wierzbicki)
  • XPACK (JauMing Tseng)

Software

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

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox