1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/upx.md

17 lines
223 B
Markdown
Raw Normal View History

2018-02-26 21:38:11 -08:00
# upx
> Compress or decompress executables.
> More information: <https://upx.github.io>.
2018-02-26 21:38:11 -08:00
- Compress executable:
2022-12-04 10:12:49 +01:00
`upx {{path/to/file}}`
2018-02-26 21:38:11 -08:00
- Decompress executable:
2022-12-04 10:12:49 +01:00
`upx -d {{path/to/file}}`
2018-02-26 21:38:11 -08:00
- Detailed help:
`upx --help`