upx.github.io Open in urlscan Pro
185.199.111.153  Public Scan

Submitted URL: http://upx.sf.net/
Effective URL: https://upx.github.io/
Submission: On November 27 via manual from AT — Scanned from AT

Form analysis 0 forms found in the DOM

Text Content

UPX


THE ULTIMATE PACKER FOR EXECUTABLES

View source on GitHub Download latest release


WELCOME

UPX is a free, secure, portable, extendable, high-performance executable packer
for several executable formats.


INTRODUCTION

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, macOS apps 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.


OVERVIEW

UPX strengths in a nutshell:

 * secure: as UPX is documented Open Source since many years any relevant
   Security/Antivirus software is able to peek inside UPX compressed apps to
   verify them
 * excellent compression ratio: typically compresses better than Zip, use UPX to
   decrease the size of your distribution!
 * very fast decompression: more than 500 MB/sec on any reasonably modern
   machine
 * no memory overhead for your compressed executables because of in-place
   decompression
 * safe: you can list, test and unpack your executables. Also, a checksum of
   both the compressed and uncompressed file is maintained internally.
 * universal: UPX can pack a number of executable formats, including Windows
   programs and DLLs, macOS apps and Linux executables
 * portable: UPX is written in portable endian-neutral C++
 * extendable: because of the class layout it's very easy to add new executable
   formats or new compression algorithms
 * free: UPX is distributed with full source code under the terms of the GNU
   General Public License v2+; either under the pure GPLv2+, or (at your option)
   under the GPLv+2 with special exceptions and restrictions granting the free
   usage for all binaries including commercial programs as stated in the UPX
   License Agreement

You probably understand now why we call UPX the "Ultimate Packer for
eXecutables"


COPYRIGHT

UPX is Copyright © 1996-2023 by Markus F.X.J. Oberhumer, László Molnár & John F.
Reiser.

The term UPX is a shorthand for the Ultimate Packer for eXecutables. All
trademarks, brands, and names are the property of their respective owners.

UPX is maintained by The UPX Team.