Fix Office 2003/2007 confirmation ID generation bug

This commit is contained in:
WitherOrNot
2026-06-04 11:08:26 -04:00
parent cb624899b1
commit 79bd5fcd61
+1 -1
View File
@@ -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);