Files
tldr/pages.zh/common/upx.md

226 B

upx

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

  • 压缩可执行文件:

upx {{path/to/file}}

  • 解压可执行文件:

upx -d {{path/to/file}}

  • 详细帮助:

upx --help