![](/img/email_icon.gif)
I'm trying to bypass the debugger detection but an CPP_EXCEPTION_CODE (0xE06D7363) causes the progam to terminate!
The exe file can be downloaded at http://fjjf.us.to/dxhr4.rar
So far, I've found that the exception is being raised at 00AD9E9F with or without the debugger hooked. The difference is that when the debugger is not hooked, the exception doesn't cause the program to terminate.
On the other hand, I tried to find the handler for the exception following the SEH but couldn't find any applicable handler (i.e. no handler in the SE Chain gets executed).
Can anyone shed some light please?
thanks