snippetbashTip
upx — Compress or decompress executables. More information: <https://github.com/upx/upx/blob/devel/doc/upx
Viewed 0 times
commanddecompressupxcliinformationexecutablesmorecompress
Problem
How to use the
upx command: Compress or decompress executables. More information: <https://github.com/upx/upx/blob/devel/doc/upx.pod>.Solution
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 --helpCode Snippets
Compress executable
upx {{path/to/file}}Decompress executable
upx -d {{path/to/file}}Display help
upx --helpContext
tldr-pages: common/upx
Revisions (0)
No revisions yet.