mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:42:08 +02:00
235 B
235 B
upx
压缩或解压可执行文件。 更多信息:https://upx.github.io.
- 压缩可执行文件:
upx {{路径/到/文件}}
- 解压可执行文件:
upx -d {{路径/到/文件}}
- 详细帮助:
upx --help