17 lines
250 B
Markdown
Raw Normal View History

# 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`