PDA

View Full Version : The handles button...


y0verflow
March 22nd, 2008, 11:28
Whenever I try to bring up the handles window - in Ollydbg 1.10 and Immunity Debugger both - it stops responding until I kill the debugee. Is there something obvious I'm overlooking as to why this would happen?

disavowed
March 22nd, 2008, 11:45
ollydbg uses some undocumented api functions to get handle info. are you using any funky av/firewall software? if so, it may be messing with olly's low-level api calls.

y0verflow
March 22nd, 2008, 12:16
I have AVG running, and Comodo firewall. It'd seize up before when running Comodo firewall alone.

Tried killing those services manually (this is XP SP2, by the way), but still no luck.

If it's of any use, after the debugee is killed, the handles window does refresh with information.

naides
March 22nd, 2008, 13:41
Quote:
[Originally Posted by y0verflow;73528] Is there something obvious I'm overlooking as to why this would happen?



I does not happen in my system, so it likely has to do with something with either your Olly, your system or your application(or your karma:devil.
By systematically ruling out each possibility you can narrow down the source of the problem:

Problem solving 101:

-Does it happen with every app you debug or only a particular instance?

- Is it the AV or the firewall? Not only kill the services but uninstall (temporarily) all of them, then check if the problem persists.

-Is it Olly? Run a fresh virgin copy without any Plug-ins and see if the problem repeats itself.

fragmich
April 9th, 2008, 14:05
I think, you should test a virtual machine!?

blurcode
April 10th, 2008, 19:28
If you have NVIDIA based motherboard check if you have installed NVIDIA Firewall/Network Access Manager and uninstall that too.