1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/upx.md

17 lines
235 B
Markdown
Raw Normal View History

# upx
> 压缩或解压可执行文件。
> 更多信息:<https://upx.github.io>.
- 压缩可执行文件:
`upx {{路径/到/文件}}`
- 解压可执行文件:
`upx -d {{路径/到/文件}}`
- 详细帮助:
`upx --help`