首页
社区
课程
招聘
[转贴]反汇编工具――ETU-Dasm
发表于: 2004-11-19 18:25 7485

[转贴]反汇编工具――ETU-Dasm

fly 活跃值
85
2004-11-19 18:25
7485
.
转自:exetools.com

ETU-Dasm is a dynamic 32/16-bit disassembler + hexeditor for Win9X and above. Dynamic, because it doesn't create a deadcode listing so you have to wait years (for big programms ) to even have a first look at the code and you can change the code by changing the opcodes directly (either in asm or hex mode) or click on the command (not the parameters) and type in the whole command (though, there are still far too much commands not supported by the opcode.dll .....).

Also ETU has features like scanning all code and executable sections for code (call & jxxx), import, menu and ressource string references (no string reference scanning yet, but you can use the search function + popup menu on the first character of the string to search for a memory reference).

Another useful feature is the "Fixed registers" feature, which allows you to set fixed values for single registers which will be replaced in the showed code, which is especially helpful for programms with relative positioning where everything depends on EBP for example. You can see an example of that feature on our download page at http://www.fuckup5group.de.vu (see button below) (while the page is mainly in German, ETU is completly in English).

One feature we're currently working on is being able to "trace" the programm inside the file by emulating the code execution. This is meant to help replacing stuff like push 12345678 pop eax rol eax,7 xor eax,63826333 by a mov eax,what ever's the result *beinglazy*

Also ChaosCreator is just working on routines to eliminate redundant code like jumps to other jumps or the above code more or less automatically, to naivly help us to analyse ExeCryptorized code (this is our first more intense look at any protectors, so please execuse the naive way we look at these problems )

So, please have a look at our tool and post any suggestions, bugs or things you don't like at all ;D

Greets
Ripper

PS: The 16-bit mode is currently rather broken in the v2.21.
PPS: Oh, I forgot to mention, that it also supports MAP files, which of course is very handy for debugging or other things, if you got the MAP file from IDA, Dede or something like that



附件:ETU-Dasm.zip

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 1
支持
分享
最新回复 (16)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
谢谢fly,下来试试看。。。
2004-11-19 22:17
0
雪    币: 97697
活跃值: (200829)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
最初由 fly 发布
.
转自:exetools.com


ETU-Dasm is a dynamic 32/16-bit disassembler + hexeditor for Win9X and above. Dynamic, because it doesn't create a deadcode listing so you have to wait years (for big programms ) to even have a first look at the code and you can change the code by changing the opcodes directly (either in asm or hex mode) or click on the command (not the parameters) and type in the whole command (though, there are still far too much commands not supported by the opcode.dll .....).
........


支持!!!
2004-11-20 08:26
0
雪    币: 296
活跃值: (250)
能力值: ( LV9,RANK:210 )
在线值:
发帖
回帖
粉丝
4
试试
2004-11-20 11:49
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
fly大虾推荐的必是精品,支持
2004-11-26 20:31
0
雪    币: 14940
活跃值: (4728)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
6
真的是好东东.开始觉得没多大意思.后来自己看了看.发现很不错哦.一个很值得关注的东东~多谢Fly大哥推荐~:D
BTW:邮件接到了.多谢Fly大哥~最近自己在局域网里架私服玩所以很少上网...:D
2004-11-26 22:48
0
雪    币: 196
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
下载了看看~~有什么独特的功能吗?
介绍一下~~
2004-12-6 22:47
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
有没有中文的,我的英文实在很差的
2004-12-7 23:09
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
9
不知怎么用?
2004-12-19 16:53
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
10
下载先,谢谢FLY大侠
2005-1-2 15:18
0
雪    币: 207
活跃值: (10)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
11
ms很不错的工具,谢谢:D
2005-1-2 15:39
0
雪    币: 898
活跃值: (4039)
能力值: ( LV9,RANK:3410 )
在线值:
发帖
回帖
粉丝
12
TO jdpack :铁甲的作者 ?
2005-1-2 18:15
0
雪    币: 235
活跃值: (160)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
JiP
13
好!fuckup5group网站,名字够COOL。
2005-1-2 22:45
0
雪    币: 427
活跃值: (412)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
14
Another useful feature is the "Fixed registers" feature, which allows you to set fixed values for single registers which will be replaced in the showed code, which is especially helpful for programms with relative positioning where everything depends on EBP for example. You can see an example of that feature on our download page at http://www.fuckup5group.de.vu (see button below) (while the page is mainly in German, ETU is completly in English).

这就是特点了。
2005-1-3 13:21
0
雪    币: 313
活跃值: (440)
能力值: ( LV12,RANK:530 )
在线值:
发帖
回帖
粉丝
15
支持,试用ing
2005-1-3 16:27
0
雪    币: 115
活跃值: (61)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
16
谢谢楼主,支持
2005-1-4 15:12
0
雪    币: 200
活跃值: (14)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
17
支持fly~~~~
2005-8-7 11:59
0
游客
登录 | 注册 方可回帖
返回
//