VMP 3 script - lock function to key

In VMP 2 I could add a function via script and lock it to the key with this code:

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?

Unfortunately the current version (3.0) has no such feature.

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. :slight_smile: