Eggi
December 19th, 2004, 07:03
I debugged a program which calls RaiseException with the follwing arguments:
0012BA34 77E749F4 /CALL to RaiseException from kernel32.77E749EF
0012BA38 40010006 |ExceptionCode = 40010006
0012BA3C 00000000 |ExceptionFlags = EXCEPTION_CONTINUABLE
0012BA40 00000002 |nArguments = 2
0012BA44 0012BC70 \pArguments = 0012BC70
after i executed the call to RtlRaiseException i get 3 error messages and after that olly closes... but i dont ignore this exception... so normaly olly should catch it and not close.
0012BA34 77E749F4 /CALL to RaiseException from kernel32.77E749EF
0012BA38 40010006 |ExceptionCode = 40010006
0012BA3C 00000000 |ExceptionFlags = EXCEPTION_CONTINUABLE
0012BA40 00000002 |nArguments = 2
0012BA44 0012BC70 \pArguments = 0012BC70
after i executed the call to RtlRaiseException i get 3 error messages and after that olly closes... but i dont ignore this exception... so normaly olly should catch it and not close.