--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # upx > Compress or decompress executables. > More information: . - Compress executable: `upx {{path/to/file}}` - Decompress executable: `upx -d {{path/to/file}}` - Detailed help: `upx --help`