Displaying 1 result from an estimated 1 matches for "007605ff".
Did you mean:
007605f2
2001 Dec 12
0
App crashes and exception handling [Was: Re: VirtualProtect and app crash]
...rge fs:0
007605E8 push ebp
007605E9 mov ebp, esp
007605EB push 0FFFFFFFFh
007605ED push 75A010h
007605F2 push 761B10h
007605F7 push eax
007605F8 mov large fs:0, esp
007605FF sub esp, 14h
It's code that gets called very near the beginning of the program. I
think this corresponds to the EXCEPTION_FRAME structure in
include/winnt.h, so that 0x761B10 is the exception handler, and eax
(fs:0) is the previous exception frame. Then there's some...