Search found 8 matches

by sevenfold
Thu Nov 28, 2013 1:03 pm
Forum: Technical questions
Topic: VMProtectBegin question
Replies: 7
Views: 11186

Re: VMProtectBegin question

Why do you need this? I'm assuming if the user's MAC address changed, the license generated from the keygen would become invalid. This only causes frustration for the end user, as their paid program will no longer work. I would like to keep everything else (CPU,HDD,Host), except for the MAC address...
by sevenfold
Tue Nov 26, 2013 11:58 am
Forum: Technical questions
Topic: VMProtectBegin question
Replies: 7
Views: 11186

Re: VMProtectBegin question

Hello, can I get an answer to my question?
Is hardware ID customizable?
by sevenfold
Sat Nov 23, 2013 8:57 pm
Forum: Technical questions
Topic: VMProtectBegin question
Replies: 7
Views: 11186

Re: VMProtectBegin question

Thanks for the reply. When I create a license in VMProtect, under Serial Number Content -> Hardware ID Details, it says: -CPU -Host -HDD -Ethernet Does "Ethernet" mean the hardware ID is using the MAC address? If so, how do I remove this field? Or, how can I create a hardware ID that doesn...
by sevenfold
Sat Nov 23, 2013 8:43 am
Forum: Technical questions
Topic: VMProtectBegin question
Replies: 7
Views: 11186

VMProtectBegin question

Does the VMProtectBegin/VMProtectEnd markers encrypt all the code between the two markers by default? Because I created a simple test program, and when I protect it and run it, the code between the markers still gets executed. It is compiled as a 64-bit program, and I have included VMProtectSDK64.li...
by sevenfold
Wed Oct 30, 2013 9:07 pm
Forum: Technical questions
Topic: KeyGenExample questions
Replies: 6
Views: 11172

Re: KeyGenExample questions

Ah, I see my mistake now. I don't have to create any licenses to export a key pair.

I assumed I had to create a blank license to enable that button.

I was confused because the key pair button is listed under "Licenses". I assumed the two were linked somehow.

Thanks
by sevenfold
Tue Oct 29, 2013 8:52 pm
Forum: Technical questions
Topic: KeyGenExample questions
Replies: 6
Views: 11172

Re: KeyGenExample questions

BTW, I don't intend to use the licensing system. I just need to create a single keygen for all of my users. In order to do this, I have to create a blank license to get the g_Algorithm header block data, so I can compile a keygen which can generate keys from user name and hardware ID. I'm not sure i...
by sevenfold
Mon Oct 28, 2013 5:41 pm
Forum: Technical questions
Topic: KeyGenExample questions
Replies: 6
Views: 11172

Re: KeyGenExample questions

Did you try an example from %VMProtect%\Keygen\DLL\Example_MSVC? Yes, that's the example I'm working with. But, this is what I still don't understand. When creating a new license in the VMP project, is it required for me to check these options under "Serial Number Content" ? - Customer Na...
by sevenfold
Mon Oct 28, 2013 3:09 am
Forum: Technical questions
Topic: KeyGenExample questions
Replies: 6
Views: 11172

KeyGenExample questions

Hello, I have some questions about KeyGenExample for MSVC. I'm using the VMProtect Ultimate demo because I want to use hardwareIDs to lock down my program to the user's machine. The KeyGenExample example requires me to fill in the g_Algorithm header block. I only want to use the user name and hardwa...