Log in

View Full Version : Arteam: Improved Disasm Dll (olly Engine), by CondZero


Shub-nigurrath
April 9th, 2008, 03:32
Hi all,
CondZero released an improved and fixed version of the already known disasm library (released by Oleh, Olly's author and part of the Olly's disasm engine). A little tool might help for your tools.

This package includes source code of 32-bit Disassembler and 32-bit single line Assembler for 80x86-compatible processors. The source is a slightly stripped version of code used in OllyDbg v1.04 and is well proven by its numerous users.

The disasm.dll has been built using VS2005 VC 8.0 (special note: I had to make a couple modifications for errors during compilation in the source).

To include in your program, make sure the disasm.lib file is in your project folder and the resultant disasm.dll in your executable folder. Be sure to add this to your source code:
#pragma hdrstop
#include "disasm.h"

More into the archive

http://arteam.accessroot.com/releases.html

NeOXOeN
April 9th, 2008, 23:10
is arteam link down?

Shub-nigurrath
April 10th, 2008, 07:12
disk space problems (php scripts were not able to cache files). Now it should work fine..

dELTA
April 11th, 2008, 03:00
Good thing I already uploaded it to the CRCETL then, if the problems would continue.

http://www.woodmann.com/collaborative/tools/Fixed_OllyDbg_Disasm_DLL