PDA

View Full Version : Vista Debugger?


alaxul
14th March 2007, 04:41
Could anyone suggest a good debugger that works well in Vista 32bit? Something similar to Olley would be great. Thanks

LB/Fred_Durst
14th March 2007, 17:02
yep, im looking for the same.
i cant attach with olly

DrUnKeN ChEeTaH
14th March 2007, 18:16
can't comfirm since I don't have vista yet...

But i've read you can run Olly if you change the compatibility mode, and then run it as administrator. Most likely you will have to wait for Olly 2.0 for it to fully work.

until then you may be stuck using WinDbg in vista

LB/Fred_Durst
14th March 2007, 19:27
nope,already tried to set to "XP Service Pack 2" mode.

i can attach battlefield vietnam or 1942 but not bf2.
maybe there is something that prevents the debugport reset.

tried with Cheat Engine and Helios tool ... in cheat engine it only works if i switch to XP Service Pack 2 mode.

alaxul
16th March 2007, 22:25
Latest from Olly Debug progress:

February 24, 2007 - Progress.

The development of version 2.0 goes steadily forward. In the last three monthes I have written more than 350 K of debugged code. Backup, search, jumps, history, conditional expressions, watches, Assembler - all the stuff necessary for productive work. And - for the first time, 2.0 has paused on the breakpoint!

Yes, this is a big step. This means that the infrastructure is ... well, not yet completed, but is already so stable that it can support complex high-level functions. When I browse through the sources, I'm full of pride that the code is so well-structured, logical and clear. Unfortunately, this was not the case with 1.10. Initial design had several flaws - in 2000, I had no experience and was unable to foresee the requirements of the final version. Every small modification required significant efforts and lengthy testing. So finally I've decided to close the project and rewrite it almost from the scratch.

The first steps of any redesign are very hard psychologically. Maybe you've experienced similar problems - you write loads, heaps, piles of code, but your project is almost dead. All it can is some primitive stuff, like it was in my case - disassembling of several hardcoded binary sequences, dumps of memory blocks at fixed addresses, provisorical code and debugging outputs everywhere, and next to this garbage there is your old version, five years of successfull development, maybe also full of trash inside but at least functional and with shiny storefront...

Anyway, I'm past this stage. OllyDbg 2.0 lives, and it makes plenty of fun again to develop. You've waited for so long - so be patient, please, and sooner or later I'll introduce you my promising younger son :)

- Oleh Yuschuk