Files
cheatsheet-tldr/tldr/upx
2025-11-26 00:20:44 +00:00

22 lines
343 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`