[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[格式转换] 通用可执行文件压缩器批处理命令行工具UPX 3.04w

【最新版本】3.04w 2009-09-27

【功能简介】UPX is a versatile executable packer with the following features:

1. excellent compression ratio: typically compresses better than WinZip/zip/gzip, use UPX to decrease the size of your distribution !
2. very fast decompression: ~10 MB/sec on an ancient Pentium 133, ~200 MB/sec on an Athlon XP 2000+.
3. no memory overhead for your compressed executables because of in-place decompression.
4. safe: you can list, test and unpack your executables. Also, a checksum of both the compressed and uncompressed file is maintained internally.
5. universal: UPX can pack a number of executable formats.
6. portable: UPX is written in portable endian-neutral C++
7. extendable: because of the class layout it's very easy to add new executable formats or new compression algorithms
8. free: UPX is distributed with full source code under the GNU General Public License, and may be used freely even with commercial programs.

You probably understand now why we call UPX the "Ultimate Packer for eXecutables".

UPX is based on experience with our previous packers DJP and lzop and uses the NRV compression library.

【帮助文档】

Usage: upx [-123456789dlthVL] [-qvfk] [-o file] file..

Commands:
  -1     compress faster                   -9    compress better
  -d     decompress                        -l    list compressed file
  -t     test compressed file              -V    display version number
  -h     give more help                    -L    display software license
Options:
  -q     be quiet                          -v    be verbose
  -oFILE write output to 'FILE'
  -f     force compression of suspicious files
  -k     keep backup files
file..   executables to (de)compress

Type 'upx --help' for more detailed help.


【官网下载】http://upx.sourceforge.net/

【本地下载】http://pan.baidu.com/share/link?shareid=4147468698&uk=1124163200
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

有了这个工具操作更方便了。

TOP

返回列表