View Full Version : Olly is freezing my system
znow
January 23rd, 2007, 05:23
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
January 23rd, 2007, 06:24
Did you try the plugins on isdebuggerpresent?
Its safer to "play" it in vplayer(vmware)

Cthulhu
January 23rd, 2007, 07:47
Why don't you post the trojan here for others to analyze it too?
fr33ke
January 23rd, 2007, 08:29
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
January 23rd, 2007, 08:57
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
January 23rd, 2007, 09:00
I meant znow ;-)
fr33ke
January 23rd, 2007, 10:19
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
January 24th, 2007, 03:06
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.
Powered by vBulletin® Version 4.2.2 Copyright © 2020 vBulletin Solutions, Inc. All rights reserved.