Page 1 of 1
Hardware checker
Posted: Tue Jun 15, 2010 12:00 pm
by mhd_hassan
i want to check the enigma hardware id, nothing about this. this is becuase some hacker try to patch protected exe and change hardware id, so it run on all computer. so i want to check if hardware id is valid.
Re: Hardware checker
Posted: Tue Jun 15, 2010 12:37 pm
by Enigma
Hi, so you can use Hardware ID Checker, access it through main menu - tools - Hardware ID Checker.
By the way, it is almost impossible to change/modify protected exe file to allow it to accept any hardware locked licenses...
Re: Hardware checker
Posted: Tue Jun 15, 2010 1:20 pm
by mhd_hassan
thanks
I want to put hardware check inside my exe file, and checking for customer HID. is that possible?
Re: Hardware checker
Posted: Tue Jun 15, 2010 1:25 pm
by Enigma
Ah, just some function that checks if the Hardware ID is valid? No, there is no such possibility.
I will add this in todo and implement this in keygen.dll, something like CheckHardwareID function.
Just curious why do you need this functionality in your application? You always may use standard Hardware Checker in Enigma. Or are you making some customized keys generator with such function?
Re: Hardware checker
Posted: Tue Jun 15, 2010 3:59 pm
by mhd_hassan
no, i want also to see the hardware information,such as "CPU Type" locked, unique id: 004D "Motherboard" locked, unique id: 0FE1
i am trying o implement in my application two different protection, one of them is enigma.
i don't think knowing this information (maybe the source code of how i get out hardware information) is a big secret.
if you want to implement this, please implement in enigma_ide.dll not keygen.dll.
good idea, i am thinking of make a customized keys generator with such function.