Page 1 of 1

How to use marker with Vmprotect3 in VB6?

Posted: Sat Sep 26, 2015 1:52 pm
by nence
call varptr("VMProtect Begin") does not work with the new version.

Re: How to use marker with Vmprotect3 in VB6?

Posted: Sun Sep 27, 2015 6:37 am
by Admin

Code: Select all

VMProtectBegin (StrPtr("Test marker"))
// your code here
VMProtectEnd
Also I recommend you to try our example for VB6 (%DOCUMENTS%/VMProtect/Code Markers/VB6)