mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-06 18:55:26 +02:00
222 B
222 B
upx
Compress or decompress executables. More information: https://upx.github.io.
- Compress executable:
upx {{path/to/file}}
- Decompress executable:
upx -d {{path/to/file}}
- Display help:
upx --help