首页
社区
课程
招聘
[下载]Hacker Disassembler Engine 32 version 0.15
发表于: 2008-8-17 22:37 5537

[下载]Hacker Disassembler Engine 32 version 0.15

2008-8-17 22:37
5537
Hacker Disassembler Engine 32 version 0.15

hde32 is a small disassembler engine, intended for analysis of x86-32 code. It gets information about instruction (length, prefixes, opcode, ModR/M, SIB, imm values, etc.) and detects invalid instructions, so you can use hde32 to split code and data. You can use dhe32, for example, when writing unpackers of executables, viruses, because most other disassemblers too big, get only assembler listing and are not intended for analysis of code, but most simple length disassemblers get too little info. hde32 gets enough info for analysis, but it has very small size.
support FPU, MMX, SSE, SSE2, SSE3, 3DNow! instructions
high speed and small size (~ 1.4 kb)
position independent code
operating system independent code
doesn't use commands of processor higher than i386, but if you don't want to depend of the processors, you can use C version (hde32c) of hde32


0.15
now engine detects instruction with invalid operands (like `lea eax,ecx')
changes in the documentation and headers

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 97697
活跃值: (200834)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
Thanks.
2008-8-17 22:44
0
雪    币: 7844
活跃值: (1946)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
very good
2008-8-22 14:53
0
游客
登录 | 注册 方可回帖
返回
//