首页
社区
课程
招聘
[求助]怎么样在dos命令符下执行upx压缩阿
发表于: 2007-9-19 05:08 7270

[求助]怎么样在dos命令符下执行upx压缩阿

2007-9-19 05:08
7270
比如说我要将a.exe 用upx3.01压缩,要用lzma选项最大压缩
应该输入什么啊

另外谁能告诉我upx哪些参数都是什么含意阿,
只怪当初没学好英文阿

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
为什么我用这个命令压缩出来的压缩率不高呢
那些upx外壳的为什么压缩出来就比我直接用upx来的小呢
我是用这个命令压缩的

upx -9 -q a.exe

难道还有什么额外的命令吗

另外怎么调整upx的高级选项阿,我想让他支持lzma和额外的999999压缩不知道怎么设置
2007-9-19 05:34
0
雪    币: 203
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
既然你觉得这样不方便干吗非得这样-UPX SHELL不就行了?再一个标题应该是upx
2007-9-19 06:27
0
雪    币: 898
活跃值: (4039)
能力值: ( LV9,RANK:3410 )
在线值:
发帖
回帖
粉丝
4
看看效果
-best -f
--ultra-brute
--lzma
Changes in 2.93 beta (08 Mar 2007):
* new formats Mach/i386 and Mach/fat support Mac OS X i686 and
Universal binaries [i686 and PowerPC only]
* dos/exe: LZMA is now also supported for 16-bit dos/exe. Please note that
you have to explicitly use '--lzma' even for '--ultra-brute' here
because runtime decompression is about 30 times slower than NRV -
which is really noticeable on old machines.
* dos/exe: fixed a rarely occuring bug in relocation handling
* win32/pe & arm/pe: better icon compression handling

Changes in 2.92 beta (23 Jan 2007):
* new option '--ultra-brute' which tries even more variants
* slightly improved compression ratio for some files when
using '--brute' or '--ultra-brute'
* bug fixes

Changes in 2.91 beta (29 Nov 2006):
* assorted bug fixes
* arm/pe: fix "missing" icon & version info resource problem for wince 5
* win32/pe & arm/pe: added option --compress-icons=3 to compress all icons

Changes in 2.90 beta (08 Oct 2006):
* LZMA algorithm support for most of the 32-bit and 64-bit file formats;
use new option '--lzma' to enable
2007-9-19 13:25
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
感谢fly       .
2007-9-19 14:09
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
能告诉我upx哪些参数都是什么含意阿?
只怪当初没学好英文阿
2007-9-20 03:53
0
游客
登录 | 注册 方可回帖
返回
//