Page 1 of 1

VMP 3 script - lock function to key

Posted: Fri Nov 06, 2015 11:14 am
by ChMo
In VMP 2 I could add a function via script and lock it to the key with this code:

Code: Select all

proc := VMProtector.AddByAddress(func.Address, compilationType, True);
proc.CompilationOptions := proc.CompilationOptions + [coUseKey];
In VMP 3 I haven't found a way to do it. Neither CompilationType, nor the object returned by addByAddress has CompilationOptions or something that looks like a key-lock. How do I do it?

Re: VMP 3 script - lock function to key

Posted: Fri Nov 06, 2015 2:32 pm
by Admin
Unfortunately the current version (3.0) has no such feature.

Re: VMP 3 script - lock function to key

Posted: Fri Nov 06, 2015 3:51 pm
by ChMo
No such feature?
Using the UI I can select a protected function and see a "Lock To Serial Number".
Ok, so this is inactive because it's not implemented yet, and thus also not exposed to the script. :)