250 B
250 B
upx
Compress or decompress executables. More information: https://github.com/upx/upx/blob/devel/doc/upx.pod.
- Compress executable:
upx {{path/to/file}}
- Decompress executable:
upx -d {{path/to/file}}
- Display help:
upx --help