Can VMP protect memory from reading?

Issues related to VMProtect
Post Reply
fuyifan
Posts: 1
Joined: Mon Feb 19, 2024 9:29 am

Can VMP protect memory from reading?

Post by fuyifan »

I have some global variables stored in heap? Does VMP have certain API which can protect these memory from reading by OD directly?
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Can VMP protect memory from reading?

Post by Admin »

Look at NtReadVirtualMemory. For more secure you can call this API directly with SYSCALL/SYSENTER.
Post Reply