VMProtectGetCurrentHWID - 2 different string on same laptop

Issues related to VMProtect
drlai
Posts: 63
Joined: Tue Sep 27, 2011 2:29 pm

Re: VMProtectGetCurrentHWID - 2 different string on same lap

Post by drlai »

no, you misunderstood me.

THe same string, zHlXs93aFhy3bJnzAu7sdnZRYqMm3SQp

what you provided in early replied are
CPU B35779CC
Host 1C16DADC
HDD F3996CB4
Ethernet 76ECEE00
Ethernet A3625174
Ethernet 2924DD24

mine are:
CPU=2CD5DE73
Host=705B6B7
HDD=3CE65B2D
Ethernet=1DBB3B80
Ethernet=28D8945D
Ethernet=A493749


anyway I figure out the difference,
your decode algorithm is : r := r + IntToHex((a and $FC) + (b shl 8) + (c shl 16) + (d shl 24), 1)
my decode algorithm is: r := r + IntToHex((a shr 2) + (b shl 6) + (c shl 14) + (d shl 22), 1)
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: VMProtectGetCurrentHWID - 2 different string on same lap

Post by Admin »

Oh. I understand now :))
Post Reply