1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:42:08 +02:00
tldr/pages/common/upx.md
2022-12-04 19:12:49 +10:00

223 B

upx

Compress or decompress executables. More information: https://upx.github.io.

  • Compress executable:

upx {{path/to/file}}

  • Decompress executable:

upx -d {{path/to/file}}

  • Detailed help:

upx --help