The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: NoCforMe on December 20, 2011, 01:59:06 AM

Title: Which version of Olly?
Post by: NoCforMe on December 20, 2011, 01:59:06 AM
I'd like to get started with a debugger (so far I've made do with various homemade debugging tools*, which have eventually helped me spot problems, but take a lot of time and effort). But looking at the Olly page (http://www.ollydbg.de/version2.html) (v2.0), I see a lot of versions, and it doesn't give me much confidence that the ones at the top are labeled "alpha". (Does this really mean they're alpha versions??!??)

So could someone tell me what the latest stable version is of this software? Many thanks!

btw, I don't need a 64-bit debugger, at least not yet ...

* If nothing else, sticking in


INVOKE MessageBox, 0, ADDR debuggingMessageGoesHere, NULL, MB_OK


will often do the trick (maybe preceded by wsprintf() to display values) ...
Title: Re: Which version of Olly?
Post by: NoCforMe on December 20, 2011, 02:25:30 AM
Well, I went ahead and am downloading v1.10 which looks pretty OK.
Title: Re: Which version of Olly?
Post by: Gunner on December 20, 2011, 02:35:02 AM
Works just fine.
Title: Re: Which version of Olly?
Post by: dedndave on December 20, 2011, 02:50:18 AM
the latest version is nice, with some added features
v 1.1 is also good

thing about olly is, you can run multiple versions of it   :U
Title: Re: Which version of Olly?
Post by: ragdog on December 20, 2011, 06:49:16 AM
Ollydbg2 have nice function and a very good dissasembler
but it is a beta.

I have many playit with this version and translate this plugin sdk to masm32


I use for debug my programming apps ollydbg 1.1 it is a stable version