Page 1 of 1

UnhandledExceptionFilter

Posted: Tue Jan 13, 2015 11:08 pm
by gharding
On Windows, it seems that protecting a function with VMProtect will prevent execution of the global UnhandledExceptionFilter (when an SEH exception is raised inside the protected function or any nested function.)
I'm guessing this is intentional. Is there a way to configure VMProtect to permit UnhandledExceptionFilter? Or is it always blocked when adding Virtualization/Mutation to a function?

Re: UnhandledExceptionFilter

Posted: Wed Jan 14, 2015 3:47 am
by Admin
Could you send us a test example that shows this problem?