
Also known as Ultimate Packer for Executables
UPX (Ultimate Packer for eXecutables) is a free and open source executable packer supporting a number of file formats from different operating systems.
Key facts
- Software.logo
- frameless
- Software.latest release version
- 5.0.2
- Software.programming language
- C++, Assembly
- Software.operating system
- Microsoft Windows, Linux, macOS, DOS, Atari TOS
- Software.platform
- i386, MIPS, AMD64, ARM, PowerPC, m68k
- Software.language
- English
- Software.genre
- Executable compression
- Software.license
- GPL with exception for compressed executables, proprietary for compression algorithm in binary distributions
via Wikipedia infobox
Source code
UPX is a free, secure, portable, extendable, high-performance executable packer for several executable formats. UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs. Programs and libraries compressed by UPX are completely self-contained and run exactly as before, with no runtime or memory penalty for most of the supported formats. UPX supports a number of different executable formats, including Windows programs and DLLs, and Linux executables. UPX is free software distributed under the term of the GNU General Public License. Full source code is available. UPX may be distributed and used freely, even with commercial applications. See the UPX License Agreements for details. IMPORTANT NOTE: UPX inherits the security context of any files it handles. This means that packing, unpacking, or even testing or listing a file requires the same security considerations as actually executing the file. 'upx program.exe' will compress a program or DLL. For best compression results try 'upx --best program.exe' or 'upx --brute program.exe'. Please see the file doc/upx-doc.txt for the full documentation. The files NEWS and doc/BUGS.txt also contain various tidbits of information, as does the output of 'upx --help'. THE FUTURE Stay up-to-date with ongoing OS and executable format changes ARM64 for Windows (help wanted) We will NOT add any sort of protection and/or encryption. This only gives people a false feeling of security because all "protectors" can be broken by definition. Fix all remaining bugs - please report any issues This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of the UPX License Agreements along with this program; see the files COPYING and LICENSE. If not, visit the UPX home page.
Excerpt from the source-code README · 3,737 chars · not written by Vinony
Wikidata facts
- Official website
- upx.github.io
- Image
- UPX screenshot.png
Show 2 more facts
- software version identifier
- 5.1.1
- source code repository URL
- github.com/upx/upx
Sources (7)
via Wikidata · CC0
~3 min read
Article
6 sectionsContents
- Compression
- Decompression
- Supported formats
- Notes
- References
- External links
UPX (Ultimate Packer for eXecutables) is a free and open source executable packer supporting a number of file formats from different operating systems.
== Compression ==