WannaBeGut Posted October 27, 2015 Posted October 27, 2015 Hey,I'm a bit confused right now. I use these 4 lines to get some Hardware ID's:Global $HWID1 = _WinAPI_UniqueHardwareID() Global $HWID2 = _WinAPI_UniqueHardwareID($UHID_CPU) Global $HWID3 = _WinAPI_UniqueHardwareID($UHID_HDD) Global $HWID4 = _WinAPI_UniqueHardwareID($UHID_BIOS)Could someone explain me if these outputs (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) are legit ? And is the 2nd Hardware ID from my CPU the 3rd my HDD ? I'm really confused because on the internet many people speak from THE Hardware ID like it is one.
JohnOne Posted October 28, 2015 Posted October 28, 2015 Many people are wrong, you are right.Your cpu is a piece of hardware, as is your disk and bios chip. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
WannaBeGut Posted October 28, 2015 Author Posted October 28, 2015 Many people are wrong, you are right.Your cpu is a piece of hardware, as is your disk and bios chip.But are these ID's supposed to be that long ?(I think ~ 32 numbers)
JohnOne Posted October 28, 2015 Posted October 28, 2015 I think it is a hash of whatever value the hardware provides. You can look inside that function you are using to see how it is created. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
WannaBeGut Posted October 28, 2015 Author Posted October 28, 2015 (edited) I think it is a hash of whatever value the hardware provides. You can look inside that function you are using to see how it is created.Yes, I'll do, thanks Edit: I think I get it, why it is a UNIQUE Hardware ID ;D Edited October 28, 2015 by WannaBeGut
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now