mlde32

자료실 2014. 11. 28. 21:53
Tool name:mlde32
Rating: 0.0 (0 votes)
Author:uNdErX                        
Website:http://vx.netlux.org/vx.php?id=em24
Current version:
Last updated:January 2003
Direct D/L link:Locally archived copy
License type:Free / Open Source
Description: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.
Related URLs:No related URLs have been submitted for this tool yet



Bin_mlde32_2008-7-8_23.26_mlde32.zip


'자료실' 카테고리의 다른 글

BoB 아이피  (0) 2014.12.03
vcredist_x86  (0) 2014.11.30
포토샵 사이트 http://apps.pixlr.com/editor  (0) 2014.11.27
소스코드 이쁘게 올리기  (0) 2014.11.24
쁘롹시  (0) 2014.11.12
Posted by wakira
,