Compress or decompress executables.
Compress executable
upx path/to/file
Decompress executable
upx -d path/to/file
Display help
upx --help