로딩
요청 처리 중입니다...

windows device(machine) uuid

 windows device(machine) uuid

1. wmic csproduct get uuid -> windows xp에서 동작하지 않음 2. regedit에서 HKLM\SOFTWARE\Microsoft\cryptography -> 변조 가능 3. 별도의 프로그램에서 smbios의 uuid를 구한다. -> xp에서 정상동작으로 확인 #define _WIN32_DCOM #include using namespace std; #include #include # pragma comment(lib, "wbemuuid.lib") int main(int argc, char **argv) { HRESULT hres; // Step 1: -------------------------------------------------- // Initialize COM. ------------------------------------------ hres = CoInitializeEx(0, CO...