How to use ini-files in order to test a hardware identifier

Issues related to VMProtect
Post Reply
MrVB6
Posts: 7
Joined: Mon Aug 14, 2017 2:31 pm

How to use ini-files in order to test a hardware identifier

Post by MrVB6 »

Hello. I use VMProtect Ultimate 3.2 and test function VMProtectGetCurrentHWID

I read your manual and I see:
In section Step 1.9: Hardware lock I read "To change HWID the identifier, add the following line to the ini-file: HWID: myhwid
The question is: where ini-file should be created and what is the name of the ini-file?

Let’s suppose that my program is called XYZ.EXE (project is XYZ.vmp, compiled XYZ.vmp.exe) so XYZ.ini (???) file should be located in the same folder where XYZ.exe/XYZ.vmp or other location?
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: How to use ini-files in order to test a hardware identifier

Post by Admin »

You have to create VMProtectLicense.ini in the program folder:

Code: Select all

[TestLicense]
MyHWID=TEST_HWID
Post Reply