Hang on hooking ZwMapViewOfSection

Issues related to VMProtect
Post Reply
outscop
Posts: 10
Joined: Sat Dec 11, 2021 10:17 pm

Hang on hooking ZwMapViewOfSection

Post by outscop »

Hello
i have a protected dll that injected to a process
my dll hooks ZwMapViewOfSection and in hook proc i call VirtualQuery
the process hangs after calling VirtualQuery (cpu usage is high)
this problem started from 3.10
currently i used 3.9.6.2385 without problem. so i cannot switch to new VMPs.

please check it

Best Regards.
Admin
Site Admin
Posts: 2810
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Hang on hooking ZwMapViewOfSection

Post by Admin »

Don't use code virtualization for speed critical functions.
Post Reply