upx
Compress or decompress executables. More information: <https://upx.github.io>.
Install
- All systems
-
curl cmd.cat/upx.sh
- Alpine
-
apk add upx
- Arch Linux
-
pacman -S upx
- Fedora
-
dnf install upx
- OS X
-
brew install upx
- Dockerfile
- dockerfile.run/upx
- Docker
-
docker run cmd.cat/upx upx
powered by Commando
Compress or decompress executables. More information: <https://upx.github.io>.
-
Compress executable:
upx path/to/file
-
Decompress executable:
upx -d path/to/file
-
Detailed help:
upx --help
© tl;dr; authors and contributors