VMP hwid
VMP hwid
hello developers
I would like to ask about hwid used in vmp.
1. Cpuid
2. host = OS date etc?
3. HDD drive C :\ serial
4. MAC
main issue are no.2 and 3 that change each time when format C.
is possible add BIOS and HDD serial not drive C as hwid's also?
Thank you !
I would like to ask about hwid used in vmp.
1. Cpuid
2. host = OS date etc?
3. HDD drive C :\ serial
4. MAC
main issue are no.2 and 3 that change each time when format C.
is possible add BIOS and HDD serial not drive C as hwid's also?
Thank you !
Re: VMP hwid
Host - computer name
HDD - volume serial number of system drive
HDD - volume serial number of system drive
Unfortunately it's impossible.is possible add BIOS and HDD serial not drive C as hwid's also?
Re: VMP hwid
well maybe no motivation is correct answer I think, almost nothing is impossible since others done already.
see example please:

see example please:

- Attachments
-
- Capture.jpg (27.41 KiB) Viewed 18443 times
Re: VMP hwid
We are not going to change anything in HWID because this is useless.
Re: VMP hwid
If you don't like how VMP does it, make your own HWID calculation function and virtualize it, done.
Re: VMP hwid
of course I have my own, but need WHQL certified signature to bypass and not use windows test mode.
Re: VMP hwid
@admin
is possible tell us CPUID used in Vmprotect generates unique id?
is possible tell us CPUID used in Vmprotect generates unique id?
Re: VMP hwid
Please notice that we use CPUID with EAX = 1, so it returns only common (not unique) information about CPU.
Re: VMP hwid
that means I can use 100x same PC and use a clone OS system from licensed PC in all 100 similar PC?
this look a big security issue inside hwid of VMP ultimate, with all respect developers....
this look a big security issue inside hwid of VMP ultimate, with all respect developers....
Re: VMP hwid
I requested this and as I see other users too, but developer instead of make little changes in code prefer to say that is "useless".ovid wrote:that means I can use 100x same PC and use a clone OS system from licensed PC in all 100 similar PC?
this look a big security issue inside hwid of VMP ultimate, with all respect developers....
I think it's user/client decision what is useful and what is usless.
adding some parameters to this function VMProtectGetCurrentHWID
would take no more than few hours of work for developer of VMP
for example number of possible changes or array of checklist for example, hdd, mac, cpu, etc) so everyone could decide what this function should check...
Waiting for implementation is waste of time better is to use other products.
Re: VMP hwid
Can you explain how to do this? I'd be interested in making my own.kokole wrote:If you don't like how VMP does it, make your own HWID calculation function and virtualize it, done.
Re: VMP hwid
VMProtect's HWID is likely as good as it's going to get as it's done at a very low level. You could try something like DeviceIOControl.MrLot wrote:Can you explain how to do this? I'd be interested in making my own.kokole wrote:If you don't like how VMP does it, make your own HWID calculation function and virtualize it, done.
Doing both can't hurt.
Re: VMP hwid
I assume it's useless for two reasons: first, the current hardware information obtention is done in a way where there is minimal risk for faking a hardware identifier; second, it's probably more than enough in its current state.vmpvmp wrote:I requested this and as I see other users too, but developer instead of make little changes in code prefer to say that is "useless".ovid wrote:that means I can use 100x same PC and use a clone OS system from licensed PC in all 100 similar PC?
this look a big security issue inside hwid of VMP ultimate, with all respect developers....
I think it's user/client decision what is useful and what is usless.
adding some parameters to this function VMProtectGetCurrentHWID
would take no more than few hours of work for developer of VMP
for example number of possible changes or array of checklist for example, hdd, mac, cpu, etc) so everyone could decide what this function should check...
Waiting for implementation is waste of time better is to use other products.
No matter what, using 100x the same PC will result in the same HWID as you have the same hardware. You'd need to use serial keys for the hardware or get some unique identifying information from the operating system's installation itself. It's no longer a hardware identifier at that point, though, and it likely can still be bypassed.
Re: VMP hwid
@foxiung
So please let's stick only to technical facts, not opinions.
Check for example this:
http://vmpsoft.com/forum/viewtopic.php?f=2&t=3380
You can have same hardware and HWID error in at least two cases known (probably much more)
1) Install Hyper-V on Client windows - Vmprotect will see it as changed CPU and result with wrong hwid
So your client can have unexpected error which we have already experienced few times.
2) install WIndows with format disk option( which most users do by default)
HDD+HOST will be changed in this case which will cause HWID Err as well.
In both cases above no single change to hardware was made!
Vmp alghorithm see this as changed hardware!
Nobody is telling that VMP is bad.
It's good but can be better by few small tweaks, what's wrong with giving flexibility for developer to handle unusual cases?
also as @ovid noticed there on forums there should be more options to check more stuff ( I do not agree with all)
well, actually you are wrong or you don't understand it good enough how it works.(I analyzed it deeply already)No matter what, using 100x the same PC will result in the same HWID as you have the same hardware.
So please let's stick only to technical facts, not opinions.
Check for example this:
http://vmpsoft.com/forum/viewtopic.php?f=2&t=3380
You can have same hardware and HWID error in at least two cases known (probably much more)
1) Install Hyper-V on Client windows - Vmprotect will see it as changed CPU and result with wrong hwid
So your client can have unexpected error which we have already experienced few times.
2) install WIndows with format disk option( which most users do by default)
HDD+HOST will be changed in this case which will cause HWID Err as well.
In both cases above no single change to hardware was made!
Vmp alghorithm see this as changed hardware!
Nobody is telling that VMP is bad.
It's good but can be better by few small tweaks, what's wrong with giving flexibility for developer to handle unusual cases?
also as @ovid noticed there on forums there should be more options to check more stuff ( I do not agree with all)
Re: VMP hwid
I've seen people make their own HWIDs and not use the traditional one by default.
I'm not sure how they accomplished this but the HWID itself was a much longer base64 encoded value. And when I say longer I mean like 100 lines of it.
Not sure what they did to accomplish this but it seems like a better option, they also encrypted the HWID so that only their HWID and keygen would work.
I'm not sure how they accomplished this but the HWID itself was a much longer base64 encoded value. And when I say longer I mean like 100 lines of it.
Not sure what they did to accomplish this but it seems like a better option, they also encrypted the HWID so that only their HWID and keygen would work.