Search found 4 matches

by emile_ying
Wed Jun 22, 2022 3:28 am
Forum: Technical questions
Topic: Compare hwid base64 string to detect hardware change
Replies: 4
Views: 1736

Re: Compare hwid base64 string to detect hardware change

Thanks for the reply. The source code explains many things.
by emile_ying
Tue Jun 21, 2022 1:06 pm
Forum: Technical questions
Topic: Compare hwid base64 string to detect hardware change
Replies: 4
Views: 1736

Re: Compare hwid base64 string to detect hardware change

The $sql is too complex and make the problem too complex. I've implemented a php function which works the same as the sql which should make things simpler.

Please check the other topic:
viewtopic.php?f=2&t=27592
by emile_ying
Mon Jun 20, 2022 7:35 am
Forum: Technical questions
Topic: Compare hwid base64 string to detect hardware change
Replies: 4
Views: 1736

Re: Compare hwid base64 string to detect hardware change

I forgot to ask a more important question: 4. Is VMProtectGetSerialNumberState() function, the part to check hwid, i.e. returns SERIAL_STATE_FLAG_BAD_HWID has the SAME logic as that in activation system, i.e. the previous sql listed? If true, please ignore question 2, it's meaningless to do hwid enc...
by emile_ying
Fri Jun 17, 2022 4:35 am
Forum: Technical questions
Topic: Compare hwid base64 string to detect hardware change
Replies: 4
Views: 1736

Compare hwid base64 string to detect hardware change

I plan to use activation code to limit my software to be installed in at most 3 different hardwares. I plan to compare hwid base64 string returned by VMProtectGetCurrentHWID() to do the detection for simplicity. But when I look into the weblm code. (I bought web license manager as well as vmprotect ...