UnhandledExceptionFilter
Posted: Tue Jan 13, 2015 11:08 pm
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?
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?