Search found 26 matches

by ovid
Thu Mar 14, 2019 7:54 am
Forum: Technical questions
Topic: VMP hwid
Replies: 24
Views: 25154

Re: VMP hwid

well proper hwid get is done by digitally signed ring0 driver sys etc. not read them with windows api or worst from registry. CPUID need read for example: __cpuid(CPUInfo, 0) __cpuid(CPUInfo, 1) __cpuid(CPUInfo, 0x80000002) __cpuid(CPUInfo, 0x80000003) bios GetBiosDateUniqID BiosMem = (DWORD*)MmMapI...
by ovid
Thu Jan 31, 2019 6:11 pm
Forum: Technical questions
Topic: How to edit VMProtectGetCurrentHWID
Replies: 19
Views: 15690

Re: How to edit VMProtectGetCurrentHWID

some improvements: 1. CUPID extended information 2. HDD serial + vendor name 3. C:\ Partition name ( date ) 4. Windows serial 5. BIOS date and version ( need signed driver to get ) all values not from windows registry of course ! but most useful is to build a format C:\ non dependent HWID like: CPUI...
by ovid
Fri Aug 31, 2018 2:02 pm
Forum: Technical questions
Topic: VMProtectIsVirtualMachinePresent always true on dell latitude 5491 laptop
Replies: 2
Views: 4194

Re: VMProtectIsVirtualMachinePresent always true on dell latitude 5491 laptop

you can check inside your code of course protected with sdk markers.

code you find on-line for detection of virtual machines.

do to latest circumstances is best use a second checks inside your soft.
by ovid
Sun Aug 05, 2018 8:25 am
Forum: Technical questions
Topic: Not enough space for the new segment in the file header
Replies: 19
Views: 19398

Re: Not enough space for the new segment in the file header

The error persists even if I change the "DRIVER_ALIGNMENT" value in the sources before recompiling (= 0x1200). why you change this from 0x1000 to 0x1200 what reason? also I think you should use your protection based on hwid inside not use VMP for drivers. anyway just my opinion, admin is ...
by ovid
Thu May 03, 2018 7:31 pm
Forum: Technical questions
Topic: How to edit VMProtectGetCurrentHWID
Replies: 19
Views: 15690

Re: How to edit VMProtectGetCurrentHWID

well improvements are always welcomed.

possible chose is most important one example cpuid + hard disk serial only, these two not change even if format c so no new lic is needed.

rest can be easy changed like name, c serial or mac.

thank you !
by ovid
Thu May 03, 2018 5:09 pm
Forum: Technical questions
Topic: How to edit VMProtectGetCurrentHWID
Replies: 19
Views: 15690

Re: How to edit VMProtectGetCurrentHWID

dear developers, vmp hwid can be bypased and if hwid are hooked / emulated / changed and lock is useless?

is there any plan improve hardware based locking mechanism and make harder to bypass?
by ovid
Tue Feb 20, 2018 4:02 pm
Forum: Technical questions
Topic: VMP hwid
Replies: 24
Views: 25154

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....
by ovid
Sun Feb 18, 2018 5:29 pm
Forum: Technical questions
Topic: VMP hwid
Replies: 24
Views: 25154

Re: VMP hwid

@admin

is possible tell us CPUID used in Vmprotect generates unique id?
by ovid
Sun Jan 28, 2018 6:23 pm
Forum: Technical questions
Topic: VMP hwid
Replies: 24
Views: 25154

Re: VMP hwid

of course I have my own, but need WHQL certified signature to bypass and not use windows test mode.
by ovid
Sun Jan 28, 2018 8:14 am
Forum: Technical questions
Topic: VMP hwid
Replies: 24
Views: 25154

Re: VMP hwid

well maybe no motivation is correct answer I think, almost nothing is impossible since others done already.

see example please:

Image
by ovid
Fri Jan 26, 2018 3:45 pm
Forum: Technical questions
Topic: VMP hwid
Replies: 24
Views: 25154

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 !