Page 1 of 1

Serial number issue

Posted: Wed Oct 06, 2010 7:20 pm
by MrBc
Image

How does a customer enter the serial number in a protected DLL?

Thank you for your time.

Re: Serial number issue

Posted: Thu Oct 07, 2010 5:17 am
by Support
MrBc wrote:How does a customer enter the serial number in a protected DLL?
This is described quite well in the user manual.
In two words, you need to call VMProtectSetSerialNumber() before executing protected code.

Re: Serial number issue

Posted: Fri Oct 08, 2010 3:04 pm
by MrBc
MASM example?

I speak english not very good. thank yous for this.

Re: Serial number issue

Posted: Sat Oct 09, 2010 2:49 am
by Admin
Unfortunately we have no a MASM example. Please try to use the MSVC example from "VMProtect Ultimate\Examples\Licensing" directory.