Pelles C forum

Pelles C => Announcements => Topic started by: Rainbow Sally on January 03, 2005, 08:57:33 AM

Title: Assembler/Disassembler dll worked over for Pelles
Post by: Rainbow Sally on January 03, 2005, 08:57:33 AM
This is the asm/disasm code for OllyDbg that comes with OllyDbg reworked for DLL with sources and tester in C and Win32Fx (Forth).

It was created for an external Forth utility to expand asm/disasm in that application but this can be used by other applications as well.

GPL.  No warnatees, or anything!  :-)

This DLL is going to undergo more modifications in the future.  Right now, the main difference between it and the original code is that the DLL passes a pointer to it's internal variables (now in a struct) back to the caller so both still have access to them all, but they live in the dll.
Title: Re: Assembler/Disassembler dll worked over for Pelles
Post by: mottt on July 12, 2005, 03:25:12 AM
Quote from: "Rainbow Sally"
This is the asm/disasm code for OllyDbg that comes with OllyDbg reworked for DLL with sources and tester in C and Win32Fx (Forth).quote]

Cool. Is that far better than de PE-Explorer disassembler?