commands.sh

upx

all

Compress or decompress executables.

More info →

Examples (3)

Compress executable

upx path/to/file

Decompress executable

upx -d path/to/file

Display help

upx --help
made by @shridhargupta | data from tldr-pages