Hi Guys,
heres a small dll that can get a unique identifier for the target system,
this is useful for those of you that want to secure your apps with serial numbers and such,
when i get time i might develop this in to a full scale registration system for ams user apps.....but it wont be free
this dll is simple to use, call the dll with the below code (no arguments are needed)
and it will return a string EG: {3a539840-6a70-11db-887c-806e6f6e6963} (Identifier for my system)Code:result = DLL.CallFunction("AutoPlay\\Docs\\HardwareFingerprintDLL.dll", "GetHardwareFingerprint", "", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
Have Fun![]()


