A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #1233  by Brookit
 Fri Jun 04, 2010 11:04 am
Last update: June 02, 2010 - final release. Here it is.

You haven't heard much about OllyDbg 2.0 for a long time. Unfortunately, I am permanently busy and have not much free time.

But there is a progress. I have made many changes and bugfixes, among them: ...
Haven't used it right now, but at first look it is more tidy than the old version. But the several years of development have certainly more to offer than just a GUI "cleanup". :D

Hats off to Oleh Yuschuk!

http://www.ollydbg.de/version2.html
 #1601  by Antelox
 Sun Jul 18, 2010 4:47 pm
Here the OllyDbg 2.0′s ini file which I have changed to improve the appearance and other general settings of our favorite debugger :D
Download: http://www.megaupload.com/?d=X6FMY4JW
N.B. : Some options about code highlighting I’ve taken from an old ini file for 1.10 Olly version, made by one my friend.

If you have some changes to hint me, I’ll be happy to add them!

Bye, see you in the next post. =)
 #3623  by a_d_13
 Sat Nov 20, 2010 10:52 pm
Hello,

OllyDbg 2.01 intermediate alpha was just released today. You can get it from http://ollydbg.de/version2.html?v=2.01.
Changelog:
- Ported to UNICODE. Multilanguage support for ASCII apps in modern Windows is practically non-existing, and I got tired bypassing all such incompatibilities. This step means that version 2 will not work on Windows 95 and 98. Anybody cares?..
- Source debugging is here again, a bit incomplete. It supports only Microsoft compilers via dbghelp.dll. New is support for symbol server, stack walking using dbghelp and names of procedure parameters.
- Debugging of standalone DLLs, in my opinion significantly better than before. It even measures call duration with sub-microsecond resolution (good for profiling) and saves contents of dumps between sessions!
- Many small improvements, like pause only on selected module(s), breakpoints on all intermodular calls, automatical closing of dump windows on different process, bugfixes, and more.
There's better news. On the same page, the quote:
Oh, and yes, soon I will start OllyDbg 64!..
:D

Thanks,
--AD