mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2026-06-08 16:20:33 +03:00
Fix Office 2003/2007 confirmation ID generation bug
This commit is contained in:
@@ -695,7 +695,7 @@ void ConfirmationID::sha1_single_block(unsigned char input[64], unsigned char ou
|
||||
|
||||
void ConfirmationID::decode_iid_new_version(unsigned char* iid, unsigned char* hwid, int* version)
|
||||
{
|
||||
QWORD buffer[5];
|
||||
DWORD buffer[5];
|
||||
int i;
|
||||
for (i = 0; i < 5; i++)
|
||||
memcpy(&buffer[i], (iid + (4 * i)), 4);
|
||||
|
||||
Reference in New Issue
Block a user