Log in

View Full Version : Animate Into


bluesign
August 7th, 2004, 17:20
Hi,

When I try to "animate into" (any application), I always get ACCESS VIOLATION exception in kernel32.

Then I tried to load it with CreateProcess (DEBUG_PROCESS) and Single Step myself. But same result.

Isn't it possible to "single step" the whole application?

deniz

Lord_Looser
August 8th, 2004, 00:43
check your OllyDbg option:
Debugging options – exceptions – ignore memory access violations in Kernel32

bluesign
August 8th, 2004, 01:43
Lord_Looser: Thank you for your reply.
I know I can disable memory access violations in Kernel32, but my question is why there is a exception down there?

Isn't it possible to "single step" the whole application?

I am just trying to figure out the source of exception. And difference between trace over (or animate over) and animate into.

Any help will be appriciated.

deniz