I want protect my commercial application with hwid protection
, I have this demidecode : http://gnuwin32.sourceforge.net/packages/dmidecode.htm return UUID of computer where run, the problem is need include this in python code ==> run in memory ==> return output and close, is possible this in python ?
or exist another method to get this UUID of computer ?
actual code :
subprocess.Popen('dmidecode.exe -s system-uuid'.split())