Loading AI tools
Means of compressing an executable file From Wikipedia, the free encyclopedia
Executable compression is any means of compressing an executable file and combining the compressed data with decompression code into a single executable. When this compressed executable is executed, the decompression code recreates the original code from the compressed code before executing it. In most cases this happens transparently so the compressed executable can be used in exactly the same way as the original. Executable compressors are often referred to as executable packers, runtime packers, software packers, software protectors, or even "polymorphic packers" and "obfuscating tools".
This article needs additional citations for verification. (February 2024) |
A compressed executable can be considered a self-extracting archive, where a compressed executable is packaged along with the relevant decompression code in an executable file. Some compressed executables can be decompressed to reconstruct the original program file without being directly executed. Two programs that can be used to do this are CUP386 and UNP.[citation needed]
Most compressed executables decompress the original code in memory and most require slightly more memory to run (because they need to store the decompressor code, the compressed data and the decompressed code). Moreover, some compressed executables have additional requirements, such as those that write the decompressed executable to the file system before executing it.
Executable compression is not limited to binary executables, but can also be applied to scripts, such as JavaScript. Because most scripting languages are designed to work on human-readable code, which has a high redundancy, compression can be very effective and as simple as replacing long names used to identify variables and functions with shorter versions and/or removing white-space.
Software distributors use executable compression for a variety of reasons, primarily to reduce the secondary storage requirements of their software; as executable compressors are specifically designed to compress executable code, they often achieve better compression ratio than standard data compression facilities such as gzip, zip or bzip2 [citation needed]. This allows software distributors to stay within the constraints of their chosen distribution media (such as CD-ROM, DVD-ROM, or floppy disk), or to reduce the time and bandwidth customers require to access software distributed via the Internet.
Executable compression is also frequently used to deter reverse engineering or to obfuscate the contents of the executable (for example, to hide the presence of malware from antivirus scanners) by proprietary methods of compression and/or added encryption. Executable compression can be used to prevent direct disassembly, mask string literals and modify signatures. Although this does not eliminate the chance of reverse engineering, it can make the process more costly.
A compressed executable requires less storage space in the file system, thus less time to transfer data from the file system into memory. On the other hand, it requires some time to decompress the data before execution begins. However, the speed of various storage media has not kept up with average processor speeds, so the storage is very often the bottleneck. Thus the compressed executable will load faster on most common systems. On modern desktop computers, this is rarely noticeable unless the executable is unusually big, so loading speed is not a primary reason for or against compressing an executable.
On operating systems which page executable images on demand from the disk, compressed executables make this process less efficient. The decompressor stub allocates a block of memory to hold the decompressed data, which stays allocated as long as the executable stays loaded, whether it is used or not, competing for memory resources with other applications all along. If the operating system uses a swap file, the decompressed data has to be written to it to free up the memory instead of simply discarding unused data blocks and reloading them from the executable image if needed again. This is usually not noticeable, but it becomes a problem when an executable is loaded more than once at the same time—the operating system cannot reuse data blocks it has already loaded, the data has to be decompressed into a new memory block, and will be swapped out independently if not used. The additional storage and time requirements mean that it has to be weighed carefully whether to compress executables which are typically run more than once at the same time.
Another disadvantage is that some utilities can no longer identify run-time library dependencies, as only the statically linked extractor stub is visible.
Also, some older virus scanners simply report all compressed executables as viruses because the decompressor stubs share some characteristics with those. Most modern virus scanners can unpack several different executable compression layers to check the actual executable inside, but some popular anti-virus and anti-malware scanners have had troubles with false positive alarms on compressed executables. In an attempt to solve the problem of malware obfuscated with the help of runtime packers the IEEE Industry Connections Security Group has introduced a software taggant system.
Executable compression used to be more popular when computers were limited to the storage capacity of floppy disks, which were both slow and low capacity media, and small hard drives; it allowed the computer to store more software in the same amount of space, without the inconvenience of having to manually unpack an archive file every time the user wanted to use the software. However, executable compression has become less popular because of increased storage capacity on computers. It has its use in the demoscene where demos have to stay within a size limit, e.g. 64k intro. Only very sophisticated compression formats, which add to load time, keep an executable small enough to enter these competitions.
Known executable compressors for CP/M-80 / MSX-DOS .COM files:
Known executable compressors for MS-DOS-compatible executable files (.COM or .EXE):
Known executable compressors under OS/2:
Known executable compressors for New Executables:
Known executable compressors for Portable Executables:
Note: Clients in purple are no longer in development.
Name | Latest stable | Software license | x86-64 support |
---|---|---|---|
32Lite | |||
Alienyze | 1.4 (17 August 2020 ) | Proprietary | No |
ANDpakk2 | |||
Armadillo | 9.62 (7 June 2013 ) | Proprietary | Yes |
ASPack | 2.40 (7 December 2018 ) | Proprietary | Yes |
ASPR (ASProtect) | 2.78 (7 December 2018 ) | Proprietary | Yes |
BeRoEXEPacker | |||
BIN-crypter | |||
BoxedApp Packer | 3.3 (26 July 2015 ) | Proprietary | Yes |
CExe | 1.0b (20 July 2001 ) | GPL | No |
Crinkler | 2.3 (22 July 2020 ) | Zlib | Yes |
dotBundle | 1.3 (4 April 2013 )[15] | Proprietary | Yes |
Enigma Protector | 6.60 (21 August 2019 )[16] | Proprietary | Yes |
Enigma Virtual Box | 9.40 (10 October 2019 )[16] | Proprietary | Yes |
exe32pack | |||
EXE Bundle | 3.11 (7 January 2011 )[17] | Proprietary | ? |
EXECryptor | |||
EXE Stealth | 4.14 (29 June 2011 )[17] | Proprietary | ? |
eXPressor | 1.8.0.1 (14 January 2010 ) | Proprietary | ? |
FSG | 2.0 (24 May 2004 )[18] | Freeware | No |
kkrunchy src | 0.23a4 (Unknown) | Public domain | No |
MEW | 1.1 (Unknown) | Freeware | No |
MPRESS | 2.19 (2 January 2012 ) | Freeware | Yes |
MuCruncher | |||
NeoLite | |||
NsPack | |||
Obsidium | 1.6 (11 April 2017 )[19] | Proprietary | Yes |
PECompact | |||
PEPack | |||
PESpin | 1.33 (3 May 2011 ) | Freeware | Yes |
Petite | 2.4 (22 September 2016 ) | Freeware | No |
PKLite32 | |||
RLPack Basic | 1.21 (31 October 2008 ) | GPL | No |
Shrinker32 | |||
Smart Packer Pro X | 2.0.0.1 (3 June 2019 ) | Proprietary | Yes |
Themida/WinLicense | 3.0 (24 October 2019 ) | Proprietary | Yes |
Upack | |||
UPX | 3.96 (23 January 2020 ) | GPL | experimental |
VMProtect | 3.4 (3 August 2019 ) | Proprietary | Yes |
WWPack32 | 1.20 (19 June 2000 ) | No | |
XComp/XPack | 0.98 (18 February 2007 ) | Freeware | No |
Yoda's Crypte | |||
YZPack |
Known executable compressors for ELF files:
Known executable compressors for CLI assembly files:
Executable compressors for Mac OS Classic applications:
Known executable compressors for Mach-O (Apple Mac OS X) files:
Known executable compressors for executables on the Commodore 64 and VIC-20:
Known executable compressors for executables on the Amiga series:
Known executable compressors for Java:
JAR files:
WAR files:
There are two types of compression that can be applied to JavaScript scripts:
These compress the original script and output a new script that has a decompressor and compressed data.
These remove white space, remove comments, and shorten variable and function names but do not alter the behavior of the script.
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.