Search found 1 match

by nirvana
Mon Nov 05, 2012 8:54 am
Forum: Technical questions
Topic: why HWID is changed???
Replies: 1
Views: 6173

why HWID is changed???

I got the machine code by the following code, but when i reinstall the operate system, i ran the program again, the HWID outputed is not the same result. Why? int _tmain(int argc, _TCHAR* argv[]) { VMProtectBegin("_tmail"); char *buf = NULL; int nSize = VMProtectGetCurrentHWID( NULL , 0 );...