tldr/pages/common/upx.md

17 lines
223 B
Markdown
Raw Normal View History

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