Manual Map Support for .DLLs (Anti-Debug & Anti-VM problem)

Issues related to VMProtect
Post Reply
fuzzing
Posts: 19
Joined: Fri Aug 07, 2020 2:33 am

Manual Map Support for .DLLs (Anti-Debug & Anti-VM problem)

Post by fuzzing »

When someone manual map a .DLL that is VMProtected, a crash happens when it is protected with Anti-Debug and Anti-VM option enabled.

There are a chance to add support to Manual Mapping using this protections? :D
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Manual Map Support for .DLLs (Anti-Debug & Anti-VM problem)

Post by Admin »

When someone manual map a .DLL that is VMProtected, a crash happens when it is protected with Anti-Debug and Anti-VM option enabled.
It seems your manual map method doesn't support exception handling.
There are a chance to add support to Manual Mapping using this protections? :D
I have no idea how we can fix bugs in your code. Anyway, our virtual files work without any problems including exception handling.
Post Reply