View Single Post
  #1  
Old 11-04-2005, 04:56
redbull redbull is offline
Friend
 
Join Date: Mar 2004
Posts: 160
Rept. Given: 17
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 3
Thanks Rcvd at 6 Times in 6 Posts
redbull Reputation: 5
Basic Disassembler for Delphi port of Micro Length-Disassembler Engine 32

Hi All,

Converted uNdErX's Micro Length-Disassembler Engine 32. Written for FASM (Flat assembler), into a delphi compatable unit.

I left the calling convention as __cdecl, and have started on documenting the engine.

This little engine works so well that I slapped together a very basic disassembler.

Does not follow jumps and very few opcodes implemented, but it shows some interesting stuff for less than an hours work.

The disassembler was basically a test for the MLDE32 engine.

Full source included.

Enjoy
RedBull
Attached Files
File Type: rar Redbull Delphi Micro Length-Disassembler Engine 32.rar (174.9 KB, 155 views)

Last edited by redbull; 11-04-2005 at 04:59.
Reply With Quote