Displaying 1 result from an estimated 1 matches for "0075f44c".
Did you mean:
0075f447
2001 Dec 11
1
VirtualProtect and app crash: exception handling?
...st before the call to VirtualProtect:
0806d398:Call kernel32.SetUnhandledExceptionFilter(0075f447) ret=0075f0cb
0806d398:Ret kernel32.SetUnhandledExceptionFilter() retval=00000000
ret=0075f0cb
This function is this:
0075F447 sub_75F447 proc near
0075F447 call sub_75F047
0075F44C xor eax, eax
0075F44E retn 4
0075F44E sub_75F447 endp
eax is set to 0 on exit, which is EXCEPTION_CONTINUE_SEARCH, which means
to proceed with the UnhandledExceptionFilter Windows function, which
should either display an Application Error message, or r...