GoatBoy
April 28th, 2004, 20:42
Hi All, I'm trying to debug a dll directly with Olly but not having any luck. When I load it and step over the code, it immediately goes into one of it's imports (msvbvm60.dll) which calls the function GetCurrentThreadId, then goes to kernel32 where ExitThread is called and the process terminates. This all happens within 30 or so steps and apart from the first 3 lines, it never even reaches the main Dll. I know kernel32.dll has IsDebuggerPresent but that function isn't called so I'm wondering why it would exit so quickly?
Thanks...
Thanks...
