1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 18:15:24 +02:00
tldr/pages/common/upx.md

16 lines
222 B
Markdown

# 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`