PDA

View Full Version : Animate Into


bluesign
08-07-2004, 06:20 PM
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
08-08-2004, 01:43 AM
check your OllyDbg option:
Debugging options – exceptions – ignore memory access violations in Kernel32

bluesign
08-08-2004, 02:43 AM
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