PDA

View Full Version : Olly is freezing my system


znow
01-23-2007, 04:23 AM
Hi,

I want to analyse a trojan with OllyDbg. So I start the trojan and want to attach olly to it. But right after I attached to the trojan I don't have any controll over my system. It seems that the hooks of the trojan (keyboard and Mouse) are blocking all of my input.

Is there a way to debugg a running process which is hooking all of my input events ?

thanx

znow

esther
01-23-2007, 05:24 AM
Did you try the plugins on isdebuggerpresent?

Its safer to "play" it in vplayer(vmware)

Cthulhu
01-23-2007, 06:47 AM
Why don't you post the trojan here for others to analyze it too?

fr33ke
01-23-2007, 07:29 AM
Did you break on the entry point of DLL's and the TLS callbacks of both the exe and the DLL's?

All those are executed before you get to the entry point of the exe.

znow
01-23-2007, 07:57 AM
Esther, im already running it in a vmware ;-)
But I havn't tried the isdebuggerpresent plugin yet - good tip.

Cthulhu: sorry, but I promised not to give it away.

fr33ke: I'm not sure what you mean, because I'm attaching to a running process. So all the dll should be loaded already, or ? I will work on that.

thanks for the tips

andy

znow
01-23-2007, 08:00 AM
I meant znow ;-)

fr33ke
01-23-2007, 09:19 AM
Quote:
[Originally Posted by znow;63959]
fr33ke: I'm not sure what you mean, because I'm attaching to a running process. So all the dll should be loaded already, or ? I will work on that.


My bad. I read over it.

LLXX
01-24-2007, 02:06 AM
Quote:
[Originally Posted by znow;63959]I'm attaching to a running process.
Are you sure it's freezing, or just being extremely slow?

For some reason OllyDbg on my system works perfectly normal when I open a program in it, but lags quite a bit (and using 100% CPU usage meanwhile), which is why I gave up on doing that.