How to use marker with Vmprotect3 in VB6?

Issues related to VMProtect
Post Reply
nence
Posts: 1
Joined: Sat Sep 26, 2015 1:45 pm

How to use marker with Vmprotect3 in VB6?

Post by nence »

call varptr("VMProtect Begin") does not work with the new version.
Admin
Site Admin
Posts: 2584
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: How to use marker with Vmprotect3 in VB6?

Post 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)
Post Reply