UnhandledExceptionFilter

Issues related to VMProtect
Post Reply
gharding
Posts: 2
Joined: Tue Jan 13, 2015 6:09 pm

UnhandledExceptionFilter

Post 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?
Admin
Site Admin
Posts: 2584
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: UnhandledExceptionFilter

Post by Admin »

Could you send us a test example that shows this problem?
Post Reply