Page 1 of 1

Virtual Machines amount, VMProtectBegin string

Posted: Thu Dec 04, 2014 6:21 pm
by SoftwareLover
Hi, i recently bought VMProtect and i didnt find answer what does this "Virtual Machines" amount means?

Picture:
Image

Its 1 as default but i also tried 4 and it seems to be working too as i didnt notice much change but what is it exactly?

Second question

When using mark

Code: Select all

VMProtectBegin("Something");
is that string "Something" hidden/protected or do i need to do it like this

Code: Select all

VMProtectBegin( VMProtectDecryptStringA("Something") );

Thank you!

Re: Virtual Machines amount, VMProtectBegin string

Posted: Mon Dec 08, 2014 5:55 pm
by Admin
About "Virtual Machines" you can read here:
http://vmpsoftware.com/vmprotect/user-manual#VirtualMachine

In this case:

Code: Select all

VMProtectBegin("Something");
don't need to hide the string "Something" with VMProtectDecryptString because VMProtect erases all marker names automatically.