Issues related to VMProtect
-
MrBc
- Posts: 2
- Joined: Wed Oct 06, 2010 7:14 pm
Post
by MrBc »
How does a customer enter the serial number in a protected DLL?
Thank you for your time.
-
Support
- Posts: 40
- Joined: Tue Mar 30, 2010 5:01 pm
Post
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.
-
MrBc
- Posts: 2
- Joined: Wed Oct 06, 2010 7:14 pm
Post
by MrBc »
MASM example?
I speak english not very good. thank yous for this.
-
Admin
- Site Admin
- Posts: 2693
- Joined: Mon Aug 21, 2006 8:19 pm
- Location: Russia, E-burg
-
Contact:
Post
by Admin »
Unfortunately we have no a MASM example. Please try to use the MSVC example from "VMProtect Ultimate\Examples\Licensing" directory.