首页
社区
课程
招聘
[转帖]new LDE for 32 and 64 bits disasm
发表于: 2007-6-11 09:40 4702

[转帖]new LDE for 32 and 64 bits disasm

2007-6-11 09:40
4702
http://forum.exetools.com/showthread.php?t=10937

Here is my Length Disassembler Engine (LDE64) which allows to disasm 32 bits instructions or 64 bits ones. It is a relocatable engine and you can store it in an unwritable section.

The return value is the length of the analysed instruction or -1 if it is an invalid one.

;
; LDE64 (Length Disassembler Engine) for 32 bits plateforms
; FREEWARE
;
; programmed by BeatriX (French Reverse Engineering Team) http://binary-reverser.org
;
; release : 1.0 - 06-10-07
;
;
; Syntax for 32 bits disasm:
; push 0
; push Address2Disasm
; call LDE
;
; Syntax for 64 bits disasm:
; push 64
; push Address2Disasm
; call LDE
;
;******************************************************

it is able to read all intel instructions FPU, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and VMX.

http://binary-reverser.org/tools/LDE64/

By the way, we continue to develop our project around disassembly here :

http://binary-reverser.org/tools/BeaEngine/index1.php

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

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
不错不错,顶一下
2007-6-11 10:48
0
雪    币: 9754
活跃值: (2141)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
那位好心人,转一份到本地!
2007-6-11 12:41
0
雪    币: 228
活跃值: (85)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
4
LDE32 我很喜欢,现在这个 LDE64 当然要支持..

帮忙放个本地备分
上传的附件:
2007-6-11 18:15
0
雪    币: 236
活跃值: (69)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
delphi 调用有问题
2007-6-12 00:32
0
游客
登录 | 注册 方可回帖
返回
//