mirror of https://github.com/CrimsonTome/tldr.git
upx: add page (#1921)
parent
8363356c7b
commit
c36d1854fc
|
@ -0,0 +1,15 @@
|
|||
# upx
|
||||
|
||||
> Compress or decompress executables.
|
||||
|
||||
- Compress executable:
|
||||
|
||||
`upx {{file}}`
|
||||
|
||||
- Decompress executable:
|
||||
|
||||
`upx -d {{file}}`
|
||||
|
||||
- Detailed help:
|
||||
|
||||
`upx --help`
|
Loading…
Reference in New Issue