1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.zh/common/upx.md
Jin 2a4ef14253
common/u*: add Chinese translation (#14688)
* common/u*: add Chinese translation

* Update uv-tool.md

* Update ugrep.md
2024-11-19 01:23:02 -08:00

235 B

upx

压缩或解压可执行文件。 更多信息:https://upx.github.io.

  • 压缩可执行文件:

upx {{路径/到/文件}}

  • 解压可执行文件:

upx -d {{路径/到/文件}}

  • 详细帮助:

upx --help