找回密码
 立即注册
Enginethemlde32长度 | 程序非源代码 2021-05-13 346 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
mlde32,微长度反汇编器引擎32(mlde32)是一个长度反汇编器引擎,即一段代码,允许您知道任何x86指令的长度。mlde32引擎支持普通的386操作码集,以及扩展:fpu、mmx、cmov、sse、sse2等。。。

(Micro Length-Disassembler Engine 32 (mlde32), is a length-disassembler engine, i.e. a piece of code that allows u to know the length of any x86 instruction. The mlde32 engine supports the ordinary 386 opcode set, plus the extensions: fpu, mmx, cmov, sse, sse2 etc...

It's usage is very simple here's the prototype:

int __cdecl mlde32(void *codeptr);
where:
codeptr -> is a pointer to the opcode that u want to know the size.

if you have any problem using the engine, just take look in some examples at the /examples (nothing more obvious). That's a very simple and powerful engine,and does not require too much system resources either,just 160 bytes of stack space is needed. This engine is only code, and no fixed offsets were used so it can be permutaded/perverted at your own will.

Engine was released in 29A#7 magazine. The size of the engine is 431 byte.)

1620873044049.rar


上一篇:ASProtect 1.3x - 2.xx Unpacker
下一篇:Fixing Bugs in Binaries