软件名称: UPX (可执行程序文件压缩器) V3.05 绿色免费版
下载地址:http://xiazai.xiazaiba.com/Soft/U/upx305_XiaZaiBa.zip 软件介绍: UPX是一个著名的压缩壳,主要功能是压缩PE文件(比如exe、dll等文件),有时候也可能被病毒用于免杀.壳upx是一种保护程序。一般是EXE文件的一种外保护措施。UPX 是一款先进的可执行程序文件压缩器。压缩过的可执行文件体积缩小50%-70% ,这样减少了磁盘占用空间、网络上传下载的时间和其它分布以及存储费用。通过 UPX 压缩过的程序和程序库完全没有功能损失,和压缩之前一样可正常地运行。对于支持的大多数格式没有运行时间或内存的不利后果。 version 3.05 更新日志:
* i386-linux and amd64-linux support shared libraries (DT_INIT must exist, all info needed by runtime loader must be first in .text, etc.)
* Linux /proc/self/exe now is preserved by default, by leaving behind one page. New compress-time option --unmap-all-pages is available.
* Withdraw support for shared libraries on Darwin (Apple Mac OS X) because upx does not understand enough about .dylib.
* bug fixes