Virtual Machines amount, VMProtectBegin string

Issues related to VMProtect
Post Reply
SoftwareLover
Posts: 1
Joined: Thu Dec 04, 2014 4:40 pm

Virtual Machines amount, VMProtectBegin string

Post 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!
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Virtual Machines amount, VMProtectBegin string

Post by Admin »

About "Virtual Machines" you can read here:
http://vmpsoft.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.
Post Reply