kms.c 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. #ifndef CONFIG
  2. #define CONFIG "config.h"
  3. #endif // CONFIG
  4. #include CONFIG
  5. #include <stdio.h>
  6. #include <string.h>
  7. #include <stdint.h>
  8. #include <ctype.h>
  9. #include <time.h>
  10. #if !defined(_WIN32)
  11. #include <sys/socket.h>
  12. #endif
  13. #include "output.h"
  14. #include "crypto.h"
  15. #include "endian.h"
  16. #include "kms.h"
  17. #include "shared_globals.h"
  18. #include "helpers.h"
  19. #define FRIENDLY_NAME_WINDOWS "Windows"
  20. #define FRIENDLY_NAME_OFFICE2010 "Office 2010"
  21. #define FRIENDLY_NAME_OFFICE2013 "Office"
  22. #ifndef NO_BASIC_PRODUCT_LIST
  23. // Do not change the order of this list. Append items as necessary
  24. const KmsIdList ProductList[] = {
  25. /* 000 */ { { 0x212a64dc, 0x43b1, 0x4d3d, { 0xa3, 0x0c, 0x2f, 0xc6, 0x9d, 0x20, 0x95, 0xc6 } } /*"212a64dc-43b1-4d3d-a30c-2fc69d2095c6"*/, "Vista", EPID_WINDOWS, 4, 25 },
  26. /* 001 */ { { 0x7fde5219, 0xfbfa, 0x484a, { 0x82, 0xc9, 0x34, 0xd1, 0xad, 0x53, 0xe8, 0x56 } } /*"7fde5219-fbfa-484a-82c9-34d1ad53e856"*/, "Windows 7", EPID_WINDOWS, 4, 25 },
  27. /* 002 */ { { 0x3c40b358, 0x5948, 0x45af, { 0x92, 0x3b, 0x53, 0xd2, 0x1f, 0xcc, 0x7e, 0x79 } } /*"3c40b358-5948-45af-923b-53d21fcc7e79"*/, "Windows 8 VL", EPID_WINDOWS, 5, 25 },
  28. /* 003 */ { { 0x5f94a0bb, 0xd5a0, 0x4081, { 0xa6, 0x85, 0x58, 0x19, 0x41, 0x8b, 0x2f, 0xe0 } } /*"5f94a0bb-d5a0-4081-a685-5819418b2fe0"*/, "Windows Preview", EPID_WINDOWS, 6, 25 },
  29. /* 004 */ { { 0xbbb97b3b, 0x8ca4, 0x4a28, { 0x97, 0x17, 0x89, 0xfa, 0xbd, 0x42, 0xc4, 0xac } } /*"bbb97b3b-8ca4-4a28-9717-89fabd42c4ac"*/, "Windows 8 Retail", EPID_WINDOWS, 5, 25 },
  30. /* 005 */ { { 0xcb8fc780, 0x2c05, 0x495a, { 0x97, 0x10, 0x85, 0xaf, 0xff, 0xc9, 0x04, 0xd7 } } /*"cb8fc780-2c05-495a-9710-85afffc904d7"*/, "Windows 8.1 VL", EPID_WINDOWS, 6, 25 },
  31. /* 006 */ { { 0x6d646890, 0x3606, 0x461a, { 0x86, 0xab, 0x59, 0x8b, 0xb8, 0x4a, 0xce, 0x82 } } /*"6d646890-3606-461a-86ab-598bb84ace82"*/, "Windows 8.1 Retail", EPID_WINDOWS, 6, 25 },
  32. /* 007 */ { { 0x33e156e4, 0xb76f, 0x4a52, { 0x9f, 0x91, 0xf6, 0x41, 0xdd, 0x95, 0xac, 0x48 } } /*"33e156e4-b76f-4a52-9f91-f641dd95ac48"*/, "Windows 2008 A", EPID_WINDOWS, 4, 5 },
  33. /* 008 */ { { 0x8fe53387, 0x3087, 0x4447, { 0x89, 0x85, 0xf7, 0x51, 0x32, 0x21, 0x5a, 0xc9 } } /*"8fe53387-3087-4447-8985-f75132215ac9"*/, "Windows 2008 B", EPID_WINDOWS, 4, 5 },
  34. /* 009 */ { { 0x8a21fdf3, 0xcbc5, 0x44eb, { 0x83, 0xf3, 0xfe, 0x28, 0x4e, 0x66, 0x80, 0xa7 } } /*"8a21fdf3-cbc5-44eb-83f3-fe284e6680a7"*/, "Windows 2008 C", EPID_WINDOWS, 4, 5 },
  35. /* 010 */ { { 0x0fc6ccaf, 0xff0e, 0x4fae, { 0x9d, 0x08, 0x43, 0x70, 0x78, 0x5b, 0xf7, 0xed } } /*"0fc6ccaf-ff0e-4fae-9d08-4370785bf7ed"*/, "Windows 2008 R2 A", EPID_WINDOWS, 4, 5 },
  36. /* 011 */ { { 0xca87f5b6, 0xcd46, 0x40c0, { 0xb0, 0x6d, 0x8e, 0xcd, 0x57, 0xa4, 0x37, 0x3f } } /*"ca87f5b6-cd46-40c0-b06d-8ecd57a4373f"*/, "Windows 2008 R2 B", EPID_WINDOWS, 4, 5 },
  37. /* 012 */ { { 0xb2ca2689, 0xa9a8, 0x42d7, { 0x93, 0x8d, 0xcf, 0x8e, 0x9f, 0x20, 0x19, 0x58 } } /*"b2ca2689-a9a8-42d7-938d-cf8e9f201958"*/, "Windows 2008 R2 C", EPID_WINDOWS, 4, 5 },
  38. /* 013 */ { { 0x8665cb71, 0x468c, 0x4aa3, { 0xa3, 0x37, 0xcb, 0x9b, 0xc9, 0xd5, 0xea, 0xac } } /*"8665cb71-468c-4aa3-a337-cb9bc9d5eaac"*/, "Windows 2012", EPID_WINDOWS, 5, 5 },
  39. /* 014 */ { { 0x8456EFD3, 0x0C04, 0x4089, { 0x87, 0x40, 0x5b, 0x72, 0x38, 0x53, 0x5a, 0x65 } } /*"8456EFD3-0C04-4089-8740-5B7238535A65"*/, "Windows 2012 R2", EPID_WINDOWS, 6, 5 },
  40. /* 015 */ { { 0xe85af946, 0x2e25, 0x47b7, { 0x83, 0xe1, 0xbe, 0xbc, 0xeb, 0xea, 0xc6, 0x11 } } /*"e85af946-2e25-47b7-83e1-bebcebeac611"*/, "Office 2010", EPID_OFFICE2010, 4, 5 },
  41. /* 016 */ { { 0xe6a6f1bf, 0x9d40, 0x40c3, { 0xaa, 0x9f, 0xc7, 0x7b, 0xa2, 0x15, 0x78, 0xc0 } } /*"e6a6f1bf-9d40-40c3-aa9f-c77ba21578c0"*/, "Office 2013", EPID_OFFICE2013, 6, 5 },
  42. /* 017 */ { { 0x6d5f5270, 0x31ac, 0x433e, { 0xb9, 0x0a, 0x39, 0x89, 0x29, 0x23, 0xc6, 0x57 } } /*"6d5f5270-31ac-433e-b90a-39892923c657"*/, "Windows Server Preview", EPID_WINDOWS, 6, 5 },
  43. /* 018 */ { { 0x85b5f61b, 0x320b, 0x4be3, { 0x81, 0x4a, 0xb7, 0x6b, 0x2b, 0xfa, 0xfc, 0x82 } } /*"85b5f61b-320b-4be3-814a-b76b2bfafc82"*/, "Office 2016", EPID_OFFICE2013, 6, 5 },
  44. /* 019 */ { { 0x58e2134f, 0x8e11, 0x4d17, { 0x9c, 0xb2, 0x91, 0x06, 0x9c, 0x15, 0x11, 0x48 } } /*"58e2134f-8e11-4d17-9cb2-91069c151148"*/, "Windows 10 VL", EPID_WINDOWS, 6, 25 },
  45. /* 020 */ { { 0xe1c51358, 0xfe3e, 0x4203, { 0xa4, 0xa2, 0x3b, 0x6b, 0x20, 0xc9, 0x73, 0x4e } } /*"e1c51358-fe3e-4203-a4a2-3b6b20c9734e"*/, "Windows 10 Retail", EPID_WINDOWS, 6, 25 },
  46. /* 021 */ { { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }, NULL, NULL, 0, 0 }
  47. };
  48. #endif
  49. #ifndef IS_LIBRARY
  50. // Application ID is used by KMS server to count KeyManagementServiceCurrentCount
  51. // Do not change the order of this list. Append items as necessary
  52. const KmsIdList AppList[] = {
  53. /* 000 */ { { 0x55c92734, 0xd682, 0x4d71, { 0x98, 0x3e, 0xd6, 0xec, 0x3f, 0x16, 0x05, 0x9f } } /*"55C92734-D682-4D71-983E-D6EC3F16059F"*/, FRIENDLY_NAME_WINDOWS, EPID_WINDOWS, 0, 0},
  54. /* 001 */ { { 0x59A52881, 0xa989, 0x479d, { 0xaf, 0x46, 0xf2, 0x75, 0xc6, 0x37, 0x06, 0x63 } } /*"59A52881-A989-479D-AF46-F275C6370663"*/, FRIENDLY_NAME_OFFICE2010, EPID_OFFICE2010, 0, 0},
  55. /* 002 */ { { 0x0FF1CE15, 0xA989, 0x479D, { 0xaf, 0x46, 0xf2, 0x75, 0xc6, 0x37, 0x06, 0x63 } } /*"0FF1CE15-A989-479D-AF46-F275C6370663"*/, FRIENDLY_NAME_OFFICE2013, EPID_OFFICE2013, 0, 0},
  56. /* 003 */ { { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }, NULL, NULL, 0, 0 }
  57. };
  58. #endif // IS_LIBRARY
  59. #ifndef NO_EXTENDED_PRODUCT_LIST
  60. const KmsIdList ExtendedProductList [] = {
  61. // Windows Server
  62. { { 0xad2542d4, 0x9154, 0x4c6d, { 0x8a, 0x44, 0x30, 0xf1, 0x1e, 0xe9, 0x69, 0x89, } } /*ad2542d4-9154-4c6d-8a44-30f11ee96989*/, "Windows Server 2008 Standard", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008A },
  63. { { 0x2401e3d0, 0xc50a, 0x4b58, { 0x87, 0xb2, 0x7e, 0x79, 0x4b, 0x7d, 0x26, 0x07, } } /*2401e3d0-c50a-4b58-87b2-7e794b7d2607*/, "Windows Server 2008 Standard V", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008A },
  64. { { 0x68b6e220, 0xcf09, 0x466b, { 0x92, 0xd3, 0x45, 0xcd, 0x96, 0x4b, 0x95, 0x09, } } /*68b6e220-cf09-466b-92d3-45cd964b9509*/, "Windows Server 2008 Datacenter", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008C },
  65. { { 0xfd09ef77, 0x5647, 0x4eff, { 0x80, 0x9c, 0xaf, 0x2b, 0x64, 0x65, 0x9a, 0x45, } } /*fd09ef77-5647-4eff-809c-af2b64659a45*/, "Windows Server 2008 Datacenter V", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008C },
  66. { { 0xc1af4d90, 0xd1bc, 0x44ca, { 0x85, 0xd4, 0x00, 0x3b, 0xa3, 0x3d, 0xb3, 0xb9, } } /*c1af4d90-d1bc-44ca-85d4-003ba33db3b9*/, "Windows Server 2008 Enterprise", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008B },
  67. { { 0x8198490a, 0xadd0, 0x47b2, { 0xb3, 0xba, 0x31, 0x6b, 0x12, 0xd6, 0x47, 0xb4, } } /*8198490a-add0-47b2-b3ba-316b12d647b4*/, "Windows Server 2008 Enterprise V", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008B },
  68. { { 0xddfa9f7c, 0xf09e, 0x40b9, { 0x8c, 0x1a, 0xbe, 0x87, 0x7a, 0x9a, 0x7f, 0x4b, } } /*ddfa9f7c-f09e-40b9-8c1a-be877a9a7f4b*/, "Windows Server 2008 Web", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008A },
  69. { { 0x7afb1156, 0x2c1d, 0x40fc, { 0xb2, 0x60, 0xaa, 0xb7, 0x44, 0x2b, 0x62, 0xfe, } } /*7afb1156-2c1d-40fc-b260-aab7442b62fe*/, "Windows Server 2008 Compute Cluster", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008C },
  70. { { 0x68531fb9, 0x5511, 0x4989, { 0x97, 0xbe, 0xd1, 0x1a, 0x0f, 0x55, 0x63, 0x3f, } } /*68531fb9-5511-4989-97be-d11a0f55633f*/, "Windows Server 2008 R2 Standard", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008R2A },
  71. { { 0x7482e61b, 0xc589, 0x4b7f, { 0x8e, 0xcc, 0x46, 0xd4, 0x55, 0xac, 0x3b, 0x87, } } /*7482e61b-c589-4b7f-8ecc-46d455ac3b87*/, "Windows Server 2008 R2 Datacenter", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008R2C },
  72. { { 0x620e2b3d, 0x09e7, 0x42fd, { 0x80, 0x2a, 0x17, 0xa1, 0x36, 0x52, 0xfe, 0x7a, } } /*620e2b3d-09e7-42fd-802a-17a13652fe7a*/, "Windows Server 2008 R2 Enterprise", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008R2B },
  73. { { 0xa78b8bd9, 0x8017, 0x4df5, { 0xb8, 0x6a, 0x09, 0xf7, 0x56, 0xaf, 0xfa, 0x7c, } } /*a78b8bd9-8017-4df5-b86a-09f756affa7c*/, "Windows Server 2008 R2 Web", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008R2A },
  74. { { 0xcda18cf3, 0xc196, 0x46ad, { 0xb2, 0x89, 0x60, 0xc0, 0x72, 0x86, 0x99, 0x94, } } /*cda18cf3-c196-46ad-b289-60c072869994*/, "Windows Server 2008 R2 Compute Cluster", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2008R2C },
  75. { { 0xd3643d60, 0x0c42, 0x412d, { 0xa7, 0xd6, 0x52, 0xe6, 0x63, 0x53, 0x27, 0xf6, } } /*d3643d60-0c42-412d-a7d6-52e6635327f6*/, "Windows Server 2012 Datacenter", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012 },
  76. { { 0xf0f5ec41, 0x0d55, 0x4732, { 0xaf, 0x02, 0x44, 0x0a, 0x44, 0xa3, 0xcf, 0x0f, } } /*f0f5ec41-0d55-4732-af02-440a44a3cf0f*/, "Windows Server 2012 Standard", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012 },
  77. { { 0x95fd1c83, 0x7df5, 0x494a, { 0xbe, 0x8b, 0x13, 0x00, 0xe1, 0xc9, 0xd1, 0xcd, } } /*95fd1c83-7df5-494a-be8b-1300e1c9d1cd*/, "Windows Server 2012 MultiPoint Premium", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012 },
  78. { { 0x7d5486c7, 0xe120, 0x4771, { 0xb7, 0xf1, 0x7b, 0x56, 0xc6, 0xd3, 0x17, 0x0c, } } /*7d5486c7-e120-4771-b7f1-7b56c6d3170c*/, "Windows Server 2012 MultiPoint Standard", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012 },
  79. { { 0x00091344, 0x1ea4, 0x4f37, { 0xb7, 0x89, 0x01, 0x75, 0x0b, 0xa6, 0x98, 0x8c, } } /*00091344-1ea4-4f37-b789-01750ba6988c*/, "Windows Server 2012 R2 Datacenter", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012R2 },
  80. { { 0xb3ca044e, 0xa358, 0x4d68, { 0x98, 0x83, 0xaa, 0xa2, 0x94, 0x1a, 0xca, 0x99, } } /*b3ca044e-a358-4d68-9883-aaa2941aca99*/, "Windows Server 2012 R2 Standard", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012R2 },
  81. { { 0xb743a2be, 0x68d4, 0x4dd3, { 0xaf, 0x32, 0x92, 0x42, 0x5b, 0x7b, 0xb6, 0x23, } } /*b743a2be-68d4-4dd3-af32-92425b7bb623*/, "Windows Server 2012 R2 Cloud Storage", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012R2 },
  82. { { 0x21db6ba4, 0x9a7b, 0x4a14, { 0x9e, 0x29, 0x64, 0xa6, 0x0c, 0x59, 0x30, 0x1d, } } /*21db6ba4-9a7b-4a14-9e29-64a60c59301d*/, "Windows Server 2012 R2 Essentials", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN2012R2 },
  83. { { 0xba947c44, 0xd19d, 0x4786, { 0xb6, 0xae, 0x22, 0x77, 0x0b, 0xc9, 0x4c, 0x54, } } /*ba947c44-d19d-4786-b6ae-22770bc94c54*/, "Windows Server 2016 Datacenter Preview", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN_SRV_BETA },
  84. // Windows 10 Preview
  85. # ifdef INCLUDE_BETAS
  86. { { 0x6496e59d, 0x89dc, 0x49eb, { 0xa3, 0x53, 0x09, 0xce, 0xb9, 0x40, 0x48, 0x45, } } /*6496e59d-89dc-49eb-a353-09ceb9404845*/, "Windows 10 Core Preview", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN_BETA },
  87. { { 0xa4383e6b, 0xdada, 0x423d, { 0xa4, 0x3d, 0xf2, 0x56, 0x78, 0x42, 0x96, 0x76, } } /*a4383e6b-dada-423d-a43d-f25678429676*/, "Windows 10 Professional Preview", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN_BETA },
  88. { { 0xcf59a07b, 0x1a2a, 0x4be0, { 0xbf, 0xe0, 0x42, 0x3b, 0x58, 0x23, 0xe6, 0x63, } } /*cf59a07b-1a2a-4be0-bfe0-423b5823e663*/, "Windows 10 Professional WMC Preview", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN_BETA },
  89. { { 0xcde952c7, 0x2f96, 0x4d9d, { 0x8f, 0x2b, 0x2d, 0x34, 0x9f, 0x64, 0xfc, 0x51, } } /*cde952c7-2f96-4d9d-8f2b-2d349f64fc51*/, "Windows 10 Enterprise Preview", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN_BETA },
  90. # endif
  91. // Windows 10
  92. { { 0x73111121, 0x5638, 0x40f6, { 0xbc, 0x11, 0xf1, 0xd7, 0xb0, 0xd6, 0x43, 0x00, } } /*73111121-5638-40f6-bc11-f1d7b0d64300*/, "Windows 10 Enterprise", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL },
  93. { { 0xe272e3e2, 0x732f, 0x4c65, { 0xa8, 0xf0, 0x48, 0x47, 0x47, 0xd0, 0xd9, 0x47, } } /*e272e3e2-732f-4c65-a8f0-484747d0d947*/, "Windows 10 Enterprise N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL},
  94. { { 0x7b51a46c, 0x0c04, 0x4e8f, { 0x9a, 0xf4, 0x84, 0x96, 0xcc, 0xa9, 0x0d, 0x5e, } } /*7b51a46c-0c04-4e8f-9af4-8496cca90d5e*/, "Windows 10 Enterprise LTSB", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL},
  95. { { 0x87b838b7, 0x41b6, 0x4590, { 0x83, 0x18, 0x57, 0x97, 0x95, 0x1d, 0x85, 0x29, } } /*87b838b7-41b6-4590-8318-5797951d8529*/, "Windows 10 Enterprise LTSB N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL},
  96. { { 0xe0c42288, 0x980c, 0x4788, { 0xa0, 0x14, 0xc0, 0x80, 0xd2, 0xe1, 0x92, 0x6e, } } /*e0c42288-980c-4788-a014-c080d2e1926e*/, "Windows 10 Education", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL},
  97. { { 0x3c102355, 0xd027, 0x42c6, { 0xad, 0x23, 0x2e, 0x7e, 0xf8, 0xa0, 0x25, 0x85, } } /*3c102355-d027-42c6-ad23-2e7ef8a02585*/, "Windows 10 Education N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL},
  98. { { 0x2de67392, 0xb7a7, 0x462a, { 0xb1, 0xca, 0x10, 0x8d, 0xd1, 0x89, 0xf5, 0x88, } } /*2de67392-b7a7-462a-b1ca-108dd189f588*/, "Windows 10 Professional", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL },
  99. { { 0xa80b5abf, 0x75ad, 0x428b, { 0xb0, 0x5d, 0xa4, 0x7d, 0x2d, 0xff, 0xee, 0xbf, } } /*a80b5abf-76ad-428b-b05d-a47d2dffeebf*/, "Windows 10 Professional N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_VL},
  100. { { 0x58e97c99, 0xf377, 0x4ef1, { 0x81, 0xd5, 0x4a, 0xd5, 0x52, 0x2b, 0x5f, 0xd8, } } /*58e97c99-f377-4ef1-81d5-4ad5522b5fd8*/, "Windows 10 Home", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_RETAIL},
  101. { { 0x7b9e1751, 0xa8da, 0x4f75, { 0x95, 0x60, 0x5f, 0xad, 0xfe, 0x3d, 0x8e, 0x38, } } /*7b9e1751-a8da-4f75-9560-5fadfe3d8e38*/, "Windows 10 Home N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_RETAIL},
  102. { { 0xcd918a57, 0xa41b, 0x4c82, { 0x8d, 0xce, 0x1a, 0x53, 0x8e, 0x22, 0x1a, 0x83, } } /*cd918a57-a41b-4c82-8dce-1a538e221a83*/, "Windows 10 Home Single Language", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_RETAIL},
  103. { { 0xa9107544, 0xf4a0, 0x4053, { 0xa9, 0x6a, 0x14, 0x79, 0xab, 0xde, 0xf9, 0x12, } } /*a9107544-f4a0-4053-a96a-1479abdef912*/, "Windows 10 Home Country Specific", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN10_RETAIL},
  104. // Windows 8.x
  105. # ifdef INCLUDE_BETAS
  106. { { 0x2B9C337F, 0x7A1D, 0x4271, { 0x90, 0xA3, 0xC6, 0x85, 0x5A, 0x2B, 0x8A, 0x1C, } } /*2B9C337F-7A1D-4271-90A3-C6855A2B8A1C*/, "Windows 8.x Preview", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN_BETA },
  107. { { 0x631EAD72, 0xA8AB, 0x4DF8, { 0xBB, 0xDF, 0x37, 0x20, 0x29, 0x98, 0x9B, 0xDD, } } /*631EAD72-A8AB-4DF8-BBDF-372029989BDD*/, "Windows 8.x Preview ARM", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN_BETA },
  108. # endif
  109. { { 0x81671aaf, 0x79d1, 0x4eb1, { 0xb0, 0x04, 0x8c, 0xbb, 0xe1, 0x73, 0xaf, 0xea, } } /*81671aaf-79d1-4eb1-b004-8cbbe173afea*/, "Windows 8.1 Enterprise", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  110. { { 0x113e705c, 0xfa49, 0x48a4, { 0xbe, 0xea, 0x7d, 0xd8, 0x79, 0xb4, 0x6b, 0x14, } } /*113e705c-fa49-48a4-beea-7dd879b46b14*/, "Windows 8.1 Enterprise N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  111. { { 0x096ce63d, 0x4fac, 0x48a9, { 0x82, 0xa9, 0x61, 0xae, 0x9e, 0x80, 0x0e, 0x5f, } } /*096ce63d-4fac-48a9-82a9-61ae9e800e5f*/, "Windows 8.1 Professional WMC", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  112. { { 0xc06b6981, 0xd7fd, 0x4a35, { 0xb7, 0xb4, 0x05, 0x47, 0x42, 0xb7, 0xaf, 0x67, } } /*c06b6981-d7fd-4a35-b7b4-054742b7af67*/, "Windows 8.1 Professional", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  113. { { 0x7476d79f, 0x8e48, 0x49b4, { 0xab, 0x63, 0x4d, 0x0b, 0x81, 0x3a, 0x16, 0xe4, } } /*7476d79f-8e48-49b4-ab63-4d0b813a16e4*/, "Windows 8.1 Professional N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  114. { { 0xfe1c3238, 0x432a, 0x43a1, { 0x8e, 0x25, 0x97, 0xe7, 0xd1, 0xef, 0x10, 0xf3, } } /*fe1c3238-432a-43a1-8e25-97e7d1ef10f3*/, "Windows 8.1 Core", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  115. { { 0x78558a64, 0xdc19, 0x43fe, { 0xa0, 0xd0, 0x80, 0x75, 0xb2, 0xa3, 0x70, 0xa3, } } /*78558a64-dc19-43fe-a0d0-8075b2a370a3*/, "Windows 8.1 Core N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  116. { { 0xffee456a, 0xcd87, 0x4390, { 0x8e, 0x07, 0x16, 0x14, 0x6c, 0x67, 0x2f, 0xd0, } } /*ffee456a-cd87-4390-8e07-16146c672fd0*/, "Windows 8.1 Core ARM", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  117. { { 0xc72c6a1d, 0xf252, 0x4e7e, { 0xbd, 0xd1, 0x3f, 0xca, 0x34, 0x2a, 0xcb, 0x35, } } /*c72c6a1d-f252-4e7e-bdd1-3fca342acb35*/, "Windows 8.1 Core Single Language", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  118. { { 0xdb78b74f, 0xef1c, 0x4892, { 0xab, 0xfe, 0x1e, 0x66, 0xb8, 0x23, 0x1d, 0xf6, } } /*db78b74f-ef1c-4892-abfe-1e66b8231df6*/, "Windows 8.1 Core Country Specific", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  119. { { 0xe9942b32, 0x2e55, 0x4197, { 0xb0, 0xbd, 0x5f, 0xf5, 0x8c, 0xba, 0x88, 0x60, } } /*e9942b32-2e55-4197-b0bd-5ff58cba8860*/, "Windows 8.1 Core Connected", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  120. { { 0xc6ddecd6, 0x2354, 0x4c19, { 0x90, 0x9b, 0x30, 0x6a, 0x30, 0x58, 0x48, 0x4e, } } /*c6ddecd6-2354-4c19-909b-306a3058484e*/, "Windows 8.1 Core Connected N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  121. { { 0xb8f5e3a3, 0xed33, 0x4608, { 0x81, 0xe1, 0x37, 0xd6, 0xc9, 0xdc, 0xfd, 0x9c, } } /*b8f5e3a3-ed33-4608-81e1-37d6c9dcfd9c*/, "Windows 8.1 Core Connected Single Language", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  122. { { 0xba998212, 0x460a, 0x44db, { 0xbf, 0xb5, 0x71, 0xbf, 0x09, 0xd1, 0xc6, 0x8b, } } /*ba998212-460a-44db-bfb5-71bf09d1c68b*/, "Windows 8.1 Core Connected Country Specific", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  123. { { 0xe58d87b5, 0x8126, 0x4580, { 0x80, 0xfb, 0x86, 0x1b, 0x22, 0xf7, 0x92, 0x96, } } /*e58d87b5-8126-4580-80fb-861b22f79296*/, "Windows 8.1 Professional Student", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  124. { { 0xcab491c7, 0xa918, 0x4f60, { 0xb5, 0x02, 0xda, 0xb7, 0x5e, 0x33, 0x4f, 0x40, } } /*cab491c7-a918-4f60-b502-dab75e334f40*/, "Windows 8.1 Professional Student N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_RETAIL },
  125. { { 0xa00018a3, 0xf20f, 0x4632, { 0xbf, 0x7c, 0x8d, 0xaa, 0x53, 0x51, 0xc9, 0x14, } } /*a00018a3-f20f-4632-bf7c-8daa5351c914*/, "Windows 8 Professional WMC", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_RETAIL },
  126. { { 0xa98bcd6d, 0x5343, 0x4603, { 0x8a, 0xfe, 0x59, 0x08, 0xe4, 0x61, 0x11, 0x12, } } /*a98bcd6d-5343-4603-8afe-5908e4611112*/, "Windows 8 Professional", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_VL },
  127. { { 0xebf245c1, 0x29a8, 0x4daf, { 0x9c, 0xb1, 0x38, 0xdf, 0xc6, 0x08, 0xa8, 0xc8, } } /*ebf245c1-29a8-4daf-9cb1-38dfc608a8c8*/, "Windows 8 Professional N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_VL },
  128. { { 0x458e1bec, 0x837a, 0x45f6, { 0xb9, 0xd5, 0x92, 0x5e, 0xd5, 0xd2, 0x99, 0xde, } } /*458e1bec-837a-45f6-b9d5-925ed5d299de*/, "Windows 8 Enterprise", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_VL },
  129. { { 0xe14997e7, 0x800a, 0x4cf7, { 0xad, 0x10, 0xde, 0x4b, 0x45, 0xb5, 0x78, 0xdb, } } /*e14997e7-800a-4cf7-ad10-de4b45b578db*/, "Windows 8 Enterprise N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_VL },
  130. { { 0xc04ed6bf, 0x55c8, 0x4b47, { 0x9f, 0x8e, 0x5a, 0x1f, 0x31, 0xce, 0xee, 0x60, } } /*c04ed6bf-55c8-4b47-9f8e-5a1f31ceee60*/, "Windows 8 Core", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_RETAIL },
  131. { { 0x197390a0, 0x65f6, 0x4a95, { 0xbd, 0xc4, 0x55, 0xd5, 0x8a, 0x3b, 0x02, 0x53, } } /*197390a0-65f6-4a95-bdc4-55d58a3b0253*/, "Windows 8 Core N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_RETAIL },
  132. { { 0x9d5584a2, 0x2d85, 0x419a, { 0x98, 0x2c, 0xa0, 0x08, 0x88, 0xbb, 0x9d, 0xdf, } } /*9d5584a2-2d85-419a-982c-a00888bb9ddf*/, "Windows 8 Core Country Specific", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_RETAIL },
  133. { { 0x8860fcd4, 0xa77b, 0x4a20, { 0x90, 0x45, 0xa1, 0x50, 0xff, 0x11, 0xd6, 0x09, } } /*8860fcd4-a77b-4a20-9045-a150ff11d609*/, "Windows 8 Core Single Language", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN8_RETAIL },
  134. // Windows 7
  135. { { 0xae2ee509, 0x1b34, 0x41c0, { 0xac, 0xb7, 0x6d, 0x46, 0x50, 0x16, 0x89, 0x15, } } /*ae2ee509-1b34-41c0-acb7-6d4650168915*/, "Windows 7 Enterprise", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN7 },
  136. { { 0x1cb6d605, 0x11b3, 0x4e14, { 0xbb, 0x30, 0xda, 0x91, 0xc8, 0xe3, 0x98, 0x3a, } } /*1cb6d605-11b3-4e14-bb30-da91c8e3983a*/, "Windows 7 Enterprise N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN7 },
  137. { { 0xb92e9980, 0xb9d5, 0x4821, { 0x9c, 0x94, 0x14, 0x0f, 0x63, 0x2f, 0x63, 0x12, } } /*b92e9980-b9d5-4821-9c94-140f632f6312*/, "Windows 7 Professional", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN7 },
  138. { { 0x54a09a0d, 0xd57b, 0x4c10, { 0x8b, 0x69, 0xa8, 0x42, 0xd6, 0x59, 0x0a, 0xd5, } } /*54a09a0d-d57b-4c10-8b69-a842d6590ad5*/, "Windows 7 Professional N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN7 },
  139. // Windows Vista
  140. { { 0xcfd8ff08, 0xc0d7, 0x452b, { 0x9f, 0x60, 0xef, 0x5c, 0x70, 0xc3, 0x20, 0x94, } } /*cfd8ff08-c0d7-452b-9f60-ef5c70c32094*/, "Windows Vista Enterprise", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_VISTA },
  141. { { 0xd4f54950, 0x26f2, 0x4fb4, { 0xba, 0x21, 0xff, 0xab, 0x16, 0xaf, 0xca, 0xde, } } /*d4f54950-26f2-4fb4-ba21-ffab16afcade*/, "Windows Vista Enterprise N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_VISTA },
  142. { { 0x4f3d1606, 0x3fea, 0x4c01, { 0xbe, 0x3c, 0x8d, 0x67, 0x1c, 0x40, 0x1e, 0x3b, } } /*4f3d1606-3fea-4c01-be3c-8d671c401e3b*/, "Windows Vista Business", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_VISTA },
  143. { { 0x2c682dc2, 0x8b68, 0x4f63, { 0xa1, 0x65, 0xae, 0x29, 0x1d, 0x4c, 0xf1, 0x38, } } /*2c682dc2-8b68-4f63-a165-ae291d4cf138*/, "Windows Vista Business N", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_VISTA },
  144. // Windows Embedded
  145. { { 0xaa6dd3aa, 0xc2b4, 0x40e2, { 0xa5, 0x44, 0xa6, 0xbb, 0xb3, 0xf5, 0xc3, 0x95, } } /*aa6dd3aa-c2b4-40e2-a544-a6bbb3f5c395*/, "Windows ThinPC", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN7 },
  146. { { 0xdb537896, 0x376f, 0x48ae, { 0xa4, 0x92, 0x53, 0xd0, 0x54, 0x77, 0x73, 0xd0, } } /*db537896-376f-48ae-a492-53d0547773d0*/, "Windows Embedded POSReady 7", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN7 },
  147. { { 0x0ab82d54, 0x47f4, 0x4acb, { 0x81, 0x8c, 0xcc, 0x5b, 0xf0, 0xec, 0xb6, 0x49, } } /*0ab82d54-47f4-4acb-818c-cc5bf0ecb649*/, "Windows Embedded Industry 8.1", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  148. { { 0xcd4e2d9f, 0x5059, 0x4a50, { 0xa9, 0x2d, 0x05, 0xd5, 0xbb, 0x12, 0x67, 0xc7, } } /*cd4e2d9f-5059-4a50-a92d-05d5bb1267c7*/, "Windows Embedded Industry E 8.1", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  149. { { 0xf7e88590, 0xdfc7, 0x4c78, { 0xbc, 0xcb, 0x6f, 0x38, 0x65, 0xb9, 0x9d, 0x1a, } } /*f7e88590-dfc7-4c78-bccb-6f3865b99d1a*/, "Windows Embedded Industry A 8.1", EPID_WINDOWS, APP_ID_WINDOWS, KMS_ID_WIN81_VL },
  150. // Office 2010
  151. { { 0x8ce7e872, 0x188c, 0x4b98, { 0x9d, 0x90, 0xf8, 0xf9, 0x0b, 0x7a, 0xad, 0x02, } } /*8ce7e872-188c-4b98-9d90-f8f90b7aad02*/, "Office Access 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  152. { { 0xcee5d470, 0x6e3b, 0x4fcc, { 0x8c, 0x2b, 0xd1, 0x74, 0x28, 0x56, 0x8a, 0x9f, } } /*cee5d470-6e3b-4fcc-8c2b-d17428568a9f*/, "Office Excel 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  153. { { 0x8947d0b8, 0xc33b, 0x43e1, { 0x8c, 0x56, 0x9b, 0x67, 0x4c, 0x05, 0x28, 0x32, } } /*8947d0b8-c33b-43e1-8c56-9b674c052832*/, "Office Groove 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  154. { { 0xca6b6639, 0x4ad6, 0x40ae, { 0xa5, 0x75, 0x14, 0xde, 0xe0, 0x7f, 0x64, 0x30, } } /*ca6b6639-4ad6-40ae-a575-14dee07f6430*/, "Office InfoPath 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  155. { { 0x09ed9640, 0xf020, 0x400a, { 0xac, 0xd8, 0xd7, 0xd8, 0x67, 0xdf, 0xd9, 0xc2, } } /*09ed9640-f020-400a-acd8-d7d867dfd9c2*/, "Office Mondo 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  156. { { 0xef3d4e49, 0xa53d, 0x4d81, { 0xa2, 0xb1, 0x2c, 0xa6, 0xc2, 0x55, 0x6b, 0x2c, } } /*ef3d4e49-a53d-4d81-a2b1-2ca6c2556b2c*/, "Office Mondo 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  157. { { 0xab586f5c, 0x5256, 0x4632, { 0x96, 0x2f, 0xfe, 0xfd, 0x8b, 0x49, 0xe6, 0xf4, } } /*ab586f5c-5256-4632-962f-fefd8b49e6f4*/, "Office OneNote 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  158. { { 0xecb7c192, 0x73ab, 0x4ded, { 0xac, 0xf4, 0x23, 0x99, 0xb0, 0x95, 0xd0, 0xcc, } } /*ecb7c192-73ab-4ded-acf4-2399b095d0cc*/, "Office OutLook 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  159. { { 0x45593b1d, 0xdfb1, 0x4e91, { 0xbb, 0xfb, 0x2d, 0x5d, 0x0c, 0xe2, 0x22, 0x7a, } } /*45593b1d-dfb1-4e91-bbfb-2d5d0ce2227a*/, "Office PowerPoint 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  160. { { 0xdf133ff7, 0xbf14, 0x4f95, { 0xaf, 0xe3, 0x7b, 0x48, 0xe7, 0xe3, 0x31, 0xef, } } /*df133ff7-bf14-4f95-afe3-7b48e7e331ef*/, "Office Project Pro 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  161. { { 0x5dc7bf61, 0x5ec9, 0x4996, { 0x9c, 0xcb, 0xdf, 0x80, 0x6a, 0x2d, 0x0e, 0xfe, } } /*5dc7bf61-5ec9-4996-9ccb-df806a2d0efe*/, "Office Project Standard 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  162. { { 0xb50c4f75, 0x599b, 0x43e8, { 0x8d, 0xcd, 0x10, 0x81, 0xa7, 0x96, 0x72, 0x41, } } /*b50c4f75-599b-43e8-8dcd-1081a7967241*/, "Office Publisher 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  163. { { 0x92236105, 0xbb67, 0x494f, { 0x94, 0xc7, 0x7f, 0x7a, 0x60, 0x79, 0x29, 0xbd, } } /*92236105-bb67-494f-94c7-7f7a607929bd*/, "Office Visio Premium 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  164. { { 0xe558389c, 0x83c3, 0x4b29, { 0xad, 0xfe, 0x5e, 0x4d, 0x7f, 0x46, 0xc3, 0x58, } } /*e558389c-83c3-4b29-adfe-5e4d7f46c358*/, "Office Visio Pro 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  165. { { 0x9ed833ff, 0x4f92, 0x4f36, { 0xb3, 0x70, 0x86, 0x83, 0xa4, 0xf1, 0x32, 0x75, } } /*9ed833ff-4f92-4f36-b370-8683a4f13275*/, "Office Visio Standard 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  166. { { 0x2d0882e7, 0xa4e7, 0x423b, { 0x8c, 0xcc, 0x70, 0xd9, 0x1e, 0x01, 0x58, 0xb1, } } /*2d0882e7-a4e7-423b-8ccc-70d91e0158b1*/, "Office Word 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  167. { { 0x6f327760, 0x8c5c, 0x417c, { 0x9b, 0x61, 0x83, 0x6a, 0x98, 0x28, 0x7e, 0x0c, } } /*6f327760-8c5c-417c-9b61-836a98287e0c*/, "Office Professional Plus 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  168. { { 0x9da2a678, 0xfb6b, 0x4e67, { 0xab, 0x84, 0x60, 0xdd, 0x6a, 0x9c, 0x81, 0x9a, } } /*9da2a678-fb6b-4e67-ab84-60dd6a9c819a*/, "Office Standard 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  169. { { 0xea509e87, 0x07a1, 0x4a45, { 0x9e, 0xdc, 0xeb, 0xa5, 0xa3, 0x9f, 0x36, 0xaf, } } /*ea509e87-07a1-4a45-9edc-eba5a39f36af*/, "Office Small Business Basics 2010", EPID_OFFICE2010, APP_ID_OFFICE2010, KMS_ID_OFFICE2010 },
  170. // Office 2013
  171. { { 0x6ee7622c, 0x18d8, 0x4005, { 0x9f, 0xb7, 0x92, 0xdb, 0x64, 0x4a, 0x27, 0x9b, } } /*6ee7622c-18d8-4005-9fb7-92db644a279b*/, "Office Access 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  172. { { 0xf7461d52, 0x7c2b, 0x43b2, { 0x87, 0x44, 0xea, 0x95, 0x8e, 0x0b, 0xd0, 0x9a, } } /*f7461d52-7c2b-43b2-8744-ea958e0bd09a*/, "Office Excel 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  173. { { 0xa30b8040, 0xd68a, 0x423f, { 0xb0, 0xb5, 0x9c, 0xe2, 0x92, 0xea, 0x5a, 0x8f, } } /*a30b8040-d68a-423f-b0b5-9ce292ea5a8f*/, "Office InfoPath 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  174. { { 0x1b9f11e3, 0xc85c, 0x4e1b, { 0xbb, 0x29, 0x87, 0x9a, 0xd2, 0xc9, 0x09, 0xe3, } } /*1b9f11e3-c85c-4e1b-bb29-879ad2c909e3*/, "Office Lync 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  175. { { 0xdc981c6b, 0xfc8e, 0x420f, { 0xaa, 0x43, 0xf8, 0xf3, 0x3e, 0x5c, 0x09, 0x23, } } /*dc981c6b-fc8e-420f-aa43-f8f33e5c0923*/, "Office Mondo 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  176. { { 0xefe1f3e6, 0xaea2, 0x4144, { 0xa2, 0x08, 0x32, 0xaa, 0x87, 0x2b, 0x65, 0x45, } } /*efe1f3e6-aea2-4144-a208-32aa872b6545*/, "Office OneNote 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  177. { { 0x771c3afa, 0x50c5, 0x443f, { 0xb1, 0x51, 0xff, 0x25, 0x46, 0xd8, 0x63, 0xa0, } } /*771c3afa-50c5-443f-b151-ff2546d863a0*/, "Office OutLook 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  178. { { 0x8c762649, 0x97d1, 0x4953, { 0xad, 0x27, 0xb7, 0xe2, 0xc2, 0x5b, 0x97, 0x2e, } } /*8c762649-97d1-4953-ad27-b7e2c25b972e*/, "Office PowerPoint 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  179. { { 0x4a5d124a, 0xe620, 0x44ba, { 0xb6, 0xff, 0x65, 0x89, 0x61, 0xb3, 0x3b, 0x9a, } } /*4a5d124a-e620-44ba-b6ff-658961b33b9a*/, "Office Project Pro 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  180. { { 0x427a28d1, 0xd17c, 0x4abf, { 0xb7, 0x17, 0x32, 0xc7, 0x80, 0xba, 0x6f, 0x07, } } /*427a28d1-d17c-4abf-b717-32c780ba6f07*/, "Office Project Standard 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  181. { { 0x00c79ff1, 0x6850, 0x443d, { 0xbf, 0x61, 0x71, 0xcd, 0xe0, 0xde, 0x30, 0x5f, } } /*00c79ff1-6850-443d-bf61-71cde0de305f*/, "Office Publisher 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  182. { { 0xac4efaf0, 0xf81f, 0x4f61, { 0xbd, 0xf7, 0xea, 0x32, 0xb0, 0x2a, 0xb1, 0x17, } } /*ac4efaf0-f81f-4f61-bdf7-ea32b02ab117*/, "Office Visio Standard 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  183. { { 0xe13ac10e, 0x75d0, 0x4aff, { 0xa0, 0xcd, 0x76, 0x49, 0x82, 0xcf, 0x54, 0x1c, } } /*e13ac10e-75d0-4aff-a0cd-764982cf541c*/, "Office Visio Pro 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  184. { { 0xd9f5b1c6, 0x5386, 0x495a, { 0x88, 0xf9, 0x9a, 0xd6, 0xb4, 0x1a, 0xc9, 0xb3, } } /*d9f5b1c6-5386-495a-88f9-9ad6b41ac9b3*/, "Office Word 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  185. { { 0xb322da9c, 0xa2e2, 0x4058, { 0x9e, 0x4e, 0xf5, 0x9a, 0x69, 0x70, 0xbd, 0x69, } } /*b322da9c-a2e2-4058-9e4e-f59a6970bd69*/, "Office Professional Plus 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  186. { { 0xb13afb38, 0xcd79, 0x4ae5, { 0x9f, 0x7f, 0xee, 0xd0, 0x58, 0xd7, 0x50, 0xca, } } /*b13afb38-cd79-4ae5-9f7f-eed058d750ca*/, "Office Standard 2013", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2013 },
  187. // Office 2016
  188. { { 0xd450596f, 0x894d, 0x49e0, { 0x96, 0x6a, 0xfd, 0x39, 0xed, 0x4c, 0x4c, 0x64, } } /*d450596f-894d-49e0-966a-fd39ed4c4c64*/, "Office Professional Plus 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  189. { { 0x4f414197, 0x0fc2, 0x4c01, { 0xb6, 0x8a, 0x86, 0xcb, 0xb9, 0xac, 0x25, 0x4c, } } /*4f414197-0fc2-4c01-b68a-86cbb9ac254c*/, "Office Project Pro 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  190. { { 0x6bf301c1, 0xb94a, 0x43e9, { 0xba, 0x31, 0xd4, 0x94, 0x59, 0x8c, 0x47, 0xfb, } } /*6bf301c1-b94a-43e9-ba31-d494598c47fb*/, "Office Visio Pro 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  191. { { 0x041a06cb, 0xc5b8, 0x4772, { 0x80, 0x9f, 0x41, 0x6d, 0x03, 0xd1, 0x66, 0x54, } } /*041a06cb-c5b8-4772-809f-416d03d16654*/, "Office Publisher 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  192. { { 0x67c0fc0c, 0xdeba, 0x401b, { 0xbf, 0x8b, 0x9c, 0x8a, 0xd8, 0x39, 0x58, 0x04, } } /*67c0fc0c-deba-401b-bf8b-9c8ad8395804*/, "Office Access 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  193. { { 0x83e04ee1, 0xfa8d, 0x436d, { 0x89, 0x94, 0xd3, 0x1a, 0x86, 0x2c, 0xab, 0x77, } } /*83e04ee1-fa8d-436d-8994-d31a862cab77*/, "Office Skype for Business 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  194. { { 0x9caabccb, 0x61b1, 0x4b4b, { 0x8b, 0xec, 0xd1, 0x0a, 0x3c, 0x3a, 0xc2, 0xce, } } /*9caabccb-61b1-4b4b-8bec-d10a3c3ac2ce*/, "Office Mondo 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  195. { { 0xaa2a7821, 0x1827, 0x4c2c, { 0x8f, 0x1d, 0x45, 0x13, 0xa3, 0x4d, 0xda, 0x97, } } /*aa2a7821-1827-4c2c-8f1d-4513a34dda97*/, "Office Visio Standard 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  196. { { 0xbb11badf, 0xd8aa, 0x470e, { 0x93, 0x11, 0x20, 0xea, 0xf8, 0x0f, 0xe5, 0xcc, } } /*bb11badf-d8aa-470e-9311-20eaf80fe5cc*/, "Office Word 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  197. { { 0xc3e65d36, 0x141f, 0x4d2f, { 0xa3, 0x03, 0xa8, 0x42, 0xee, 0x75, 0x6a, 0x29, } } /*c3e65d36-141f-4d2f-a303-a842ee756a29*/, "Office Excel 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  198. { { 0xd70b1bba, 0xb893, 0x4544, { 0x96, 0xe2, 0xb7, 0xa3, 0x18, 0x09, 0x1c, 0x33, } } /*d70b1bba-b893-4544-96e2-b7a318091c33*/, "Office Powerpoint 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  199. { { 0xd8cace59, 0x33d2, 0x4ac7, { 0x9b, 0x1b, 0x9b, 0x72, 0x33, 0x9c, 0x51, 0xc8, } } /*d8cace59-33d2-4ac7-9b1b-9b72339c51c8*/, "Office OneNote 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  200. { { 0xda7ddabc, 0x3fbe, 0x4447, { 0x9e, 0x01, 0x6a, 0xb7, 0x44, 0x0b, 0x4c, 0xd4, } } /*da7ddabc-3fbe-4447-9e01-6ab7440b4cd4*/, "Office Project Standard 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  201. { { 0xdedfa23d, 0x6ed1, 0x45a6, { 0x85, 0xdc, 0x63, 0xca, 0xe0, 0x54, 0x6d, 0xe6, } } /*dedfa23d-6ed1-45a6-85dc-63cae0546de6*/, "Office Standard 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  202. { { 0xe914ea6e, 0xa5fa, 0x4439, { 0xa3, 0x94, 0xa9, 0xbb, 0x32, 0x93, 0xca, 0x09, } } /*e914ea6e-a5fa-4439-a394-a9bb3293ca09*/, "Office Mondo R 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  203. { { 0xec9d9265, 0x9d1e, 0x4ed0, { 0x83, 0x8a, 0xcd, 0xc2, 0x0f, 0x25, 0x51, 0xa1, } } /*ec9d9265-9d1e-4ed0-838a-cdc20f2551a1*/, "Office Outlook 2016", EPID_OFFICE2013, APP_ID_OFFICE2013, KMS_ID_OFFICE2016 },
  204. // End marker (necessity should be removed when time permits)
  205. { { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }, NULL, NULL, 0, 0 }
  206. };
  207. // necessary because other .c files cannot access _countof()
  208. __pure ProdListIndex_t getExtendedProductListSize(void)
  209. {
  210. return _countof(ExtendedProductList) - 1;
  211. }
  212. __pure ProdListIndex_t getAppListSize(void)
  213. {
  214. return _countof(AppList);
  215. }
  216. #endif
  217. #ifndef NO_RANDOM_EPID
  218. // HostType and OSBuild
  219. static const struct KMSHostOS { uint16_t Type; uint16_t Build; } HostOS[] =
  220. {
  221. { 55041, 6002 }, // Windows Server 2008 SP2
  222. { 55041, 7601 }, // Windows Server 2008 R2 SP1
  223. { 5426, 9200 }, // Windows Server 2012
  224. { 6401, 9600 }, // Windows Server 2012 R2
  225. //{ 3612, 10240}, // Windows Server 2016
  226. };
  227. // GroupID and PIDRange
  228. static const struct PKEYCONFIG { uint16_t GroupID; uint32_t RangeMin; uint32_t RangeMax; } pkeyconfig[] = {
  229. { 206, 152000000, 191999999 }, // Windows Server 2012 KMS Host pkeyconfig
  230. { 206, 271000000, 310999999 }, // Windows Server 2012 R2 KMS Host pkeyconfig
  231. { 96, 199000000, 217999999 }, // Office2010 KMS Host pkeyconfig
  232. { 206, 234000000, 255999999 }, // Office2013 KMS Host pkeyconfig
  233. };
  234. // Valid language identifiers to be used in the ePID
  235. static const uint16_t LcidList[] = {
  236. 1078, 1052, 1025, 2049, 3073, 4097, 5121, 6145, 7169, 8193, 9217, 10241, 11265, 12289, 13313, 14337, 15361, 16385,
  237. 1067, 1068, 2092, 1069, 1059, 1093, 5146, 1026, 1027, 1028, 2052, 3076, 4100, 5124, 1050, 4122, 1029, 1030, 1125, 1043, 2067,
  238. 1033, 2057, 3081, 4105, 5129, 6153, 7177, 8201, 9225, 10249, 11273, 12297, 13321, 1061, 1080, 1065, 1035, 1036, 2060,
  239. 3084, 4108, 5132, 6156, 1079, 1110, 1031, 2055, 3079, 4103, 5127, 1032, 1095, 1037, 1081, 1038, 1039, 1057, 1040, 2064, 1041, 1099,
  240. 1087, 1111, 1042, 1088, 1062, 1063, 1071, 1086, 2110, 1100, 1082, 1153, 1102, 1104, 1044, 2068, 1045, 1046, 2070,
  241. 1094, 1131, 2155, 3179, 1048, 1049, 9275, 4155, 5179, 3131, 1083, 2107, 8251, 6203, 7227, 1103, 2074, 6170, 3098,
  242. 7194, 1051, 1060, 1034, 2058, 3082, 4106, 5130, 6154, 7178, 8202, 9226, 10250, 11274, 12298, 13322, 14346, 15370, 16394,
  243. 17418, 18442, 19466, 20490, 1089, 1053, 2077, 1114, 1097, 1092, 1098, 1054, 1074, 1058, 1056, 1091, 2115, 1066, 1106, 1076, 1077
  244. };
  245. #ifdef _PEDANTIC
  246. uint16_t IsValidLcid(const uint16_t Lcid)
  247. {
  248. uint16_t i;
  249. for (i = 0; i < _countof(LcidList); i++)
  250. {
  251. if (Lcid == LcidList[i]) return Lcid;
  252. }
  253. return 0;
  254. }
  255. #endif // _PEDANTIC
  256. #endif // NO_RANDOM_EPID
  257. // Unix time is seconds from 1970-01-01. Should be 64 bits to avoid Year 2035 overflow bug.
  258. // FILETIME is 100 nanoseconds from 1601-01-01. Must be 64 bits.
  259. void getUnixTimeAsFileTime(FILETIME *const ts)
  260. {
  261. int64_t unixtime = (int64_t)time(NULL);
  262. int64_t *filetime = (int64_t*)ts;
  263. *filetime = LE64( (unixtime + 11644473600LL) * 10000000LL );
  264. }
  265. __pure int64_t fileTimeToUnixTime(const FILETIME *const ts)
  266. {
  267. return LE64( *((const int64_t *const)ts) ) / 10000000LL - 11644473600LL;
  268. }
  269. /*
  270. * Get's a product name with a GUID in host-endian order.
  271. * List can be any list defined above.
  272. */
  273. const char* getProductNameHE(const GUID *const guid, const KmsIdList *const List, ProdListIndex_t *const i)
  274. {
  275. for (*i = 0; List[*i].name != NULL; (*i)++)
  276. {
  277. if (IsEqualGUID(guid, &List[*i].guid))
  278. return List[*i].name;
  279. }
  280. return "Unknown";
  281. }
  282. /*
  283. * same as getProductnameHE except GUID is in little-endian (network) order
  284. */
  285. const char* getProductNameLE(const GUID *const guid, const KmsIdList *const List, ProdListIndex_t *const i)
  286. {
  287. #if __BYTE_ORDER != __LITTLE_ENDIAN
  288. GUID HeGUID;
  289. LEGUID(&HeGUID, guid);
  290. return getProductNameHE(&HeGUID, List, i);
  291. #else
  292. return getProductNameHE(guid, List, i);
  293. #endif
  294. }
  295. #ifndef NO_RANDOM_EPID
  296. // formats an int with a fixed number of digits with leading zeros (helper for ePID generation)
  297. static char* itoc(char *const c, const int i, uint_fast8_t digits)
  298. {
  299. char formatString[8];
  300. if (digits > 9) digits = 0;
  301. strcpy(formatString,"%");
  302. if (digits)
  303. {
  304. formatString[1] = '0';
  305. formatString[2] = digits | 0x30;
  306. formatString[3] = 0;
  307. }
  308. strcat(formatString, "u");
  309. sprintf(c, formatString, i);
  310. return c;
  311. }
  312. static int getRandomServerType()
  313. {
  314. # ifndef USE_MSRPC
  315. if (!UseRpcBTFN)
  316. # endif // USE_MSRPC
  317. {
  318. // This isn't possible at all, e.g. KMS host on XP
  319. return rand() % (int)_countof(HostOS);
  320. }
  321. # ifndef USE_MSRPC
  322. else
  323. {
  324. // return 9200/9600 if NDR64 is in use, otherwise 6002/7601
  325. return (rand() % 2) + (UseRpcNDR64 ? 2 : 0);
  326. // if (UseRpcNDR64) return (rand() % 3) + 2;
  327. // return (rand() % 2);
  328. }
  329. # endif // USE_MSRPC
  330. }
  331. /*
  332. * Generates a random ePID
  333. */
  334. static void generateRandomPid(const int index, char *const szPid, int serverType, int16_t lang)
  335. {
  336. int clientApp;
  337. char numberBuffer[12];
  338. if (serverType < 0 || serverType >= (int)_countof(HostOS))
  339. {
  340. serverType = getRandomServerType();
  341. }
  342. strcpy(szPid, itoc(numberBuffer, HostOS[serverType].Type, 5));
  343. strcat(szPid, "-");
  344. if (index == 2)
  345. clientApp = 3;
  346. else if (index == 1)
  347. clientApp = 2;
  348. else
  349. clientApp = serverType == 3 /*change if HostOS changes*/ ? 1 : 0;
  350. strcat(szPid, itoc(numberBuffer, pkeyconfig[clientApp].GroupID, 5));
  351. strcat(szPid, "-");
  352. int keyId = (rand32() % (pkeyconfig[clientApp].RangeMax - pkeyconfig[clientApp].RangeMin)) + pkeyconfig[clientApp].RangeMin;
  353. strcat(szPid, itoc(numberBuffer, keyId / 1000000, 3));
  354. strcat(szPid, "-");
  355. strcat(szPid, itoc(numberBuffer, keyId % 1000000, 6));
  356. strcat(szPid, "-03-");
  357. if (lang < 0) lang = LcidList[rand() % _countof(LcidList)];
  358. strcat(szPid, itoc(numberBuffer, lang, 0));
  359. strcat(szPid, "-");
  360. strcat(szPid, itoc(numberBuffer, HostOS[serverType].Build, 0));
  361. strcat(szPid, ".0000-");
  362. # define minTime ((time_t)1382029200) // Release Date Win 2012R2
  363. time_t maxTime, kmsTime;
  364. time(&maxTime);
  365. if (maxTime < (time_t)BUILD_TIME) // Just in case the system time is < 10/17/2013 1:00 pm
  366. maxTime = (time_t)BUILD_TIME;
  367. kmsTime = (rand32() % (maxTime - minTime)) + minTime;
  368. # undef minTime
  369. struct tm *pidTime;
  370. pidTime = gmtime(&kmsTime);
  371. strcat(szPid, itoc(numberBuffer, pidTime->tm_yday, 3));
  372. strcat(szPid, itoc(numberBuffer, pidTime->tm_year + 1900, 4));
  373. }
  374. /*
  375. * Generates random ePIDs and stores them if not already read from ini file.
  376. * For use with randomization level 1
  377. */
  378. void randomPidInit()
  379. {
  380. ProdListIndex_t i;
  381. int serverType = getRandomServerType();
  382. int16_t lang = Lcid ? Lcid : LcidList[rand() % _countof(LcidList)];
  383. for (i = 0; i < _countof(AppList) - 1; i++)
  384. {
  385. if (KmsResponseParameters[i].Epid) continue;
  386. char Epid[PID_BUFFER_SIZE];
  387. generateRandomPid(i, Epid, serverType, lang);
  388. KmsResponseParameters[i].Epid = (const char*)vlmcsd_malloc(strlen(Epid) + 1);
  389. strcpy((char*)KmsResponseParameters[i].Epid, Epid);
  390. #ifndef NO_LOG
  391. KmsResponseParameters[i].EpidSource = "randomized at program start";
  392. #endif // NO_LOG
  393. }
  394. }
  395. #endif // NO_RANDOM_EPID
  396. #ifndef NO_LOG
  397. /*
  398. * Logs a Request
  399. */
  400. static void logRequest(const REQUEST *const baseRequest)
  401. {
  402. const char *productName;
  403. char clientname[64];
  404. ProdListIndex_t index;
  405. #ifndef NO_EXTENDED_PRODUCT_LIST
  406. productName = getProductNameLE(&baseRequest->ActID, ExtendedProductList, &index);
  407. if (++index >= (int)_countof(ExtendedProductList))
  408. #endif // NO_EXTENDED_PRODUCT_LIST
  409. {
  410. #ifndef NO_BASIC_PRODUCT_LIST
  411. productName = getProductNameLE(&baseRequest->KMSID, ProductList, &index);
  412. if (++index >= (int)_countof(ProductList))
  413. #endif // NO_BASIC_PRODUCT_LIST
  414. {
  415. productName = getProductNameLE(&baseRequest->AppID, AppList, &index);
  416. }
  417. }
  418. #ifndef NO_VERBOSE_LOG
  419. if (logverbose)
  420. {
  421. logger("<<< Incoming KMS request\n");
  422. logRequestVerbose(baseRequest, &logger);
  423. }
  424. else
  425. {
  426. #endif // NO_VERBOSE_LOG
  427. ucs2_to_utf8(baseRequest->WorkstationName, clientname, 64, 64);
  428. logger("KMS v%i.%i request from %s for %s\n", LE16(baseRequest->MajorVer), LE16(baseRequest->MinorVer), clientname, productName);
  429. #ifndef NO_VERBOSE_LOG
  430. }
  431. #endif // NO_VERBOSE_LOG
  432. }
  433. #endif // NO_LOG
  434. /*
  435. * Converts a utf-8 ePID string to UCS-2 and writes it to a RESPONSE struct
  436. */
  437. #ifndef IS_LIBRARY
  438. static void getEpidFromString(RESPONSE *const Response, const char *const pid)
  439. {
  440. size_t length = utf8_to_ucs2(Response->KmsPID, pid, PID_BUFFER_SIZE, PID_BUFFER_SIZE * 3);
  441. Response->PIDSize = LE32(((unsigned int )length + 1) << 1);
  442. }
  443. /*
  444. * get ePID from appropriate source
  445. */
  446. static void getEpid(RESPONSE *const baseResponse, const char** EpidSource, const ProdListIndex_t index, BYTE *const HwId)
  447. {
  448. const char* pid;
  449. if (KmsResponseParameters[index].Epid == NULL)
  450. {
  451. #ifndef NO_RANDOM_EPID
  452. if (RandomizationLevel == 2)
  453. {
  454. char szPid[PID_BUFFER_SIZE];
  455. generateRandomPid(index, szPid, -1, Lcid ? Lcid : -1);
  456. pid = szPid;
  457. #ifndef NO_LOG
  458. *EpidSource = "randomized on every request";
  459. #endif // NO_LOG
  460. }
  461. else
  462. #endif // NO_RANDOM_EPID
  463. {
  464. pid = AppList[index].pid;
  465. #ifndef NO_LOG
  466. *EpidSource = "vlmcsd default";
  467. #endif // NO_LOG
  468. }
  469. }
  470. else
  471. {
  472. pid = KmsResponseParameters[index].Epid;
  473. if (HwId && KmsResponseParameters[index].HwId != NULL)
  474. memcpy(HwId, KmsResponseParameters[index].HwId, sizeof(((RESPONSE_V6 *)0)->HwId));
  475. #ifndef NO_LOG
  476. *EpidSource = KmsResponseParameters[index].EpidSource;
  477. #endif // NO_LOG
  478. }
  479. getEpidFromString(baseResponse, pid);
  480. }
  481. #endif // IS_LIBRARY
  482. #if !defined(NO_LOG) && defined(_PEDANTIC)
  483. static BOOL CheckVersion4Uuid(const GUID *const guid, const char *const szGuidName)
  484. {
  485. if (LE16(guid->Data3) >> 12 != 4 || guid->Data4[0] >> 6 != 2)
  486. {
  487. logger("Warning: %s does not conform to version 4 UUID according to RFC 4122\n", szGuidName);
  488. return FALSE;
  489. }
  490. return TRUE;
  491. }
  492. static void CheckRequest(const REQUEST *const Request)
  493. {
  494. CheckVersion4Uuid(&Request->CMID, "Client machine ID");
  495. CheckVersion4Uuid(&Request->AppID, "Application ID");
  496. CheckVersion4Uuid(&Request->KMSID, "Server SKU ID");
  497. CheckVersion4Uuid(&Request->ActID, "Client SKU ID");
  498. if (LE32(Request->IsClientVM) > 1)
  499. logger("Warning: Virtual Machine field in request must be 0 or 1 but is %u\n", LE32(Request->IsClientVM));
  500. if (LE32(Request->LicenseStatus) > 6 )
  501. logger("Warning: License status must be between 0 and 6 but is %u\n", LE32(Request->LicenseStatus));
  502. }
  503. #endif // !defined(NO_LOG) && defined(_PEDANTIC)
  504. #ifndef NO_LOG
  505. /*
  506. * Logs the Response
  507. */
  508. static void logResponse(const RESPONSE *const baseResponse, const BYTE *const hwId, const char *const EpidSource)
  509. {
  510. char utf8pid[PID_BUFFER_SIZE * 3];
  511. ucs2_to_utf8(baseResponse->KmsPID, utf8pid, PID_BUFFER_SIZE, PID_BUFFER_SIZE * 3);
  512. #ifndef NO_VERBOSE_LOG
  513. if (!logverbose)
  514. {
  515. #endif // NO_VERBOSE_LOG
  516. logger("Sending ePID (%s): %s\n", EpidSource, utf8pid);
  517. #ifndef NO_VERBOSE_LOG
  518. }
  519. else
  520. {
  521. logger(">>> Sending response, ePID source = %s\n", EpidSource);
  522. logResponseVerbose(utf8pid, hwId, baseResponse, &logger);
  523. }
  524. #endif // NO_VERBOSE_LOG
  525. }
  526. #endif
  527. /*
  528. * Creates the unencrypted base response
  529. */
  530. #ifndef IS_LIBRARY
  531. static BOOL __stdcall CreateResponseBaseCallback(const REQUEST *const baseRequest, RESPONSE *const baseResponse, BYTE *const hwId, const char* const ipstr)
  532. {
  533. const char* EpidSource;
  534. #ifndef NO_LOG
  535. logRequest(baseRequest);
  536. #ifdef _PEDANTIC
  537. CheckRequest(baseRequest);
  538. #endif // _PEDANTIC
  539. #endif // NO_LOG
  540. ProdListIndex_t index;
  541. getProductNameLE(&baseRequest->AppID, AppList, &index);
  542. if (index >= _countof(AppList) - 1) index = 0; //default to Windows
  543. getEpid(baseResponse, &EpidSource, index, hwId);
  544. baseResponse->Version = baseRequest->Version;
  545. memcpy(&baseResponse->CMID, &baseRequest->CMID, sizeof(GUID));
  546. memcpy(&baseResponse->ClientTime, &baseRequest->ClientTime, sizeof(FILETIME));
  547. baseResponse->Count = LE32(LE32(baseRequest->N_Policy) << 1);
  548. baseResponse->VLActivationInterval = LE32(VLActivationInterval);
  549. baseResponse->VLRenewalInterval = LE32(VLRenewalInterval);
  550. #ifndef NO_LOG
  551. logResponse(baseResponse, hwId, EpidSource);
  552. #endif // NO_LOG
  553. return !0;
  554. }
  555. RequestCallback_t CreateResponseBase = &CreateResponseBaseCallback;
  556. #else // IS_LIBRARY
  557. RequestCallback_t CreateResponseBase = NULL;
  558. #endif // IS_LIBRARY
  559. ////TODO: Move to helpers.c
  560. void get16RandomBytes(void* ptr)
  561. {
  562. int i;
  563. for (i = 0; i < 4; i++) ((DWORD*)ptr)[i] = rand32();
  564. }
  565. /*
  566. * Creates v4 response
  567. */
  568. size_t CreateResponseV4(REQUEST_V4 *const request_v4, BYTE *const responseBuffer, const char* const ipstr)
  569. {
  570. RESPONSE_V4* Response = (RESPONSE_V4*)responseBuffer;
  571. if ( !CreateResponseBase(&request_v4->RequestBase, &Response->ResponseBase, NULL, ipstr) ) return 0;
  572. DWORD pidSize = LE32(Response->ResponseBase.PIDSize);
  573. BYTE* postEpidPtr = responseBuffer + V4_PRE_EPID_SIZE + pidSize;
  574. memmove(postEpidPtr, &Response->ResponseBase.CMID, V4_POST_EPID_SIZE);
  575. size_t encryptSize = V4_PRE_EPID_SIZE + V4_POST_EPID_SIZE + pidSize;
  576. AesCmacV4(responseBuffer, encryptSize, responseBuffer + encryptSize);
  577. return encryptSize + sizeof(Response->MAC);
  578. }
  579. /*
  580. // Workaround for buggy GCC 4.2/4.3
  581. #if defined(__GNUC__) && (__GNUC__ == 4 && __GNUC_MINOR__ < 4)
  582. __attribute__((noinline))
  583. #endif
  584. __pure static uint64_t TimestampInterval(void *ts)
  585. {
  586. return ( GET_UA64LE(ts) / TIME_C1 ) * TIME_C2 + TIME_C3;
  587. }*/
  588. /*
  589. * Creates the HMAC for v6
  590. */
  591. static int_fast8_t CreateV6Hmac(BYTE *const encrypt_start, const size_t encryptSize, int_fast8_t tolerance)
  592. {
  593. BYTE hash[32];
  594. # define halfHashSize (sizeof(hash) >> 1)
  595. uint64_t timeSlot;
  596. BYTE *responseEnd = encrypt_start + encryptSize;
  597. // This is the time from the response
  598. FILETIME* ft = (FILETIME*)(responseEnd - V6_POST_EPID_SIZE + sizeof(((RESPONSE*)0)->CMID));
  599. // Generate a time slot that changes every 4.11 hours.
  600. // Request and repsonse time must match +/- 1 slot.
  601. // When generating a response tolerance must be 0.
  602. // If verifying the hash, try tolerance -1, 0 and +1. One of them must match.
  603. timeSlot = LE64( (GET_UA64LE(ft) / TIME_C1 * TIME_C2 + TIME_C3) + (tolerance * TIME_C1) );
  604. // The time slot is hashed with SHA256 so it is not so obvious that it is time
  605. Sha256((BYTE*) &timeSlot, sizeof(timeSlot), hash);
  606. // The last 16 bytes of the hashed time slot are the actual HMAC key
  607. if (!Sha256Hmac
  608. (
  609. hash + halfHashSize, // Use last 16 bytes of SHA256 as HMAC key
  610. encrypt_start, // hash only the encrypted part of the v6 response
  611. encryptSize - sizeof(((RESPONSE_V6*)0)->HMAC), // encryptSize minus the HMAC itself
  612. hash // use same buffer for resulting hash where the key came from
  613. ))
  614. {
  615. return FALSE;
  616. }
  617. memcpy(responseEnd - sizeof(((RESPONSE_V6*)0)->HMAC), hash + halfHashSize, halfHashSize);
  618. return TRUE;
  619. # undef halfHashSize
  620. }
  621. /*
  622. * Creates v5 or v6 response
  623. */
  624. size_t CreateResponseV6(REQUEST_V6 *restrict request_v6, BYTE *const responseBuffer, const char* const ipstr)
  625. {
  626. // The response will be created in a fixed sized struct to
  627. // avoid unaligned access macros and packed structs on RISC systems
  628. // which largely increase code size.
  629. //
  630. // The fixed sized struct with 64 WCHARs for the ePID will be converted
  631. // to a variable sized struct later and requires unaligned access macros.
  632. RESPONSE_V6* Response = (RESPONSE_V6*)responseBuffer;
  633. RESPONSE* baseResponse = &Response->ResponseBase;
  634. #ifdef _DEBUG
  635. RESPONSE_V6_DEBUG* xxx = (RESPONSE_V6_DEBUG*)responseBuffer;
  636. #endif
  637. static const BYTE DefaultHwid[8] = { HWID };
  638. int_fast8_t v6 = LE16(request_v6->MajorVer) > 5;
  639. AesCtx aesCtx;
  640. AesInitKey(&aesCtx, v6 ? AesKeyV6 : AesKeyV5, v6, AES_KEY_BYTES);
  641. AesDecryptCbc(&aesCtx, NULL, request_v6->IV, V6_DECRYPT_SIZE);
  642. // get random salt and SHA256 it
  643. get16RandomBytes(Response->RandomXoredIVs);
  644. Sha256(Response->RandomXoredIVs, sizeof(Response->RandomXoredIVs), Response->Hash);
  645. if (v6) // V6 specific stuff
  646. {
  647. // In v6 a random IV is generated
  648. Response->Version = request_v6->Version;
  649. get16RandomBytes(Response->IV);
  650. // pre-fill with default HwId (not required for v5)
  651. memcpy(Response->HwId, DefaultHwid, sizeof(Response->HwId));
  652. // Just copy decrypted request IV (using Null IV) here. Note this is identical
  653. // to XORing non-decrypted request and reponse IVs
  654. memcpy(Response->XoredIVs, request_v6->IV, sizeof(Response->XoredIVs));
  655. }
  656. else // V5 specific stuff
  657. {
  658. // In v5 IVs of request and response must be identical (MS client checks this)
  659. // The following memcpy copies Version and IVs at once
  660. memcpy(Response, request_v6, V6_UNENCRYPTED_SIZE);
  661. }
  662. // Xor Random bytes with decrypted request IV
  663. XorBlock(request_v6->IV, Response->RandomXoredIVs);
  664. // Get the base response
  665. if ( !CreateResponseBase(&request_v6->RequestBase, baseResponse, Response->HwId, ipstr) ) return 0;
  666. // Convert the fixed sized struct into variable sized
  667. DWORD pidSize = LE32(baseResponse->PIDSize);
  668. BYTE* postEpidPtr = responseBuffer + V6_PRE_EPID_SIZE + pidSize;
  669. size_t post_epid_size = v6 ? V6_POST_EPID_SIZE : V5_POST_EPID_SIZE;
  670. memmove(postEpidPtr, &baseResponse->CMID, post_epid_size);
  671. // number of bytes to encrypt
  672. size_t encryptSize =
  673. V6_PRE_EPID_SIZE
  674. - sizeof(Response->Version)
  675. + pidSize
  676. + post_epid_size;
  677. //AesDecryptBlock(&aesCtx, Response->IV);
  678. if (v6 && !CreateV6Hmac(Response->IV, encryptSize, 0)) return 0;
  679. // Padding auto handled by encryption func
  680. AesEncryptCbc(&aesCtx, NULL, Response->IV, &encryptSize);
  681. return encryptSize + sizeof(Response->Version);
  682. }
  683. // Create Hashed KMS Client Request Data for KMS Protocol Version 4
  684. BYTE *CreateRequestV4(size_t *size, const REQUEST* requestBase)
  685. {
  686. *size = sizeof(REQUEST_V4);
  687. // Build a proper KMS client request data
  688. BYTE *request = (BYTE *)vlmcsd_malloc(sizeof(REQUEST_V4));
  689. // Temporary Pointer for access to REQUEST_V4 structure
  690. REQUEST_V4 *request_v4 = (REQUEST_V4 *)request;
  691. // Set KMS Client Request Base
  692. memcpy(&request_v4->RequestBase, requestBase, sizeof(REQUEST));
  693. // Generate Hash Signature
  694. AesCmacV4(request, sizeof(REQUEST), request_v4->MAC);
  695. // Return Request Data
  696. return request;
  697. }
  698. // Create Encrypted KMS Client Request Data for KMS Protocol Version 6
  699. BYTE* CreateRequestV6(size_t *size, const REQUEST* requestBase)
  700. {
  701. *size = sizeof(REQUEST_V6);
  702. // Temporary Pointer for access to REQUEST_V5 structure
  703. REQUEST_V6 *request = (REQUEST_V6 *)vlmcsd_malloc(sizeof(REQUEST_V6));
  704. // KMS Protocol Version
  705. request->Version = requestBase->Version;
  706. // Initialize the IV
  707. get16RandomBytes(request->IV);
  708. // Set KMS Client Request Base
  709. memcpy(&request->RequestBase, requestBase, sizeof(REQUEST));
  710. // Encrypt KMS Client Request
  711. size_t encryptSize = sizeof(request->RequestBase);
  712. AesCtx Ctx;
  713. int_fast8_t v6 = LE16(request->MajorVer) > 5;
  714. AesInitKey(&Ctx, v6 ? AesKeyV6 : AesKeyV5, v6, 16);
  715. AesEncryptCbc(&Ctx, request->IV, (BYTE*)(&request->RequestBase), &encryptSize);
  716. // Return Proper Request Data
  717. return (BYTE*)request;
  718. }
  719. /*
  720. * Checks whether Length of ePID is valid
  721. */
  722. static uint8_t checkPidLength(const RESPONSE *const responseBase)
  723. {
  724. unsigned int i;
  725. if (LE32(responseBase->PIDSize) > (PID_BUFFER_SIZE << 1)) return FALSE;
  726. if (responseBase->KmsPID[(LE32(responseBase->PIDSize) >> 1) - 1]) return FALSE;
  727. for (i = 0; i < (LE32(responseBase->PIDSize) >> 1) - 2; i++)
  728. {
  729. if (!responseBase->KmsPID[i]) return FALSE;
  730. }
  731. return TRUE;
  732. }
  733. /*
  734. * "Decrypts" a KMS v4 response. Actually just copies to a fixed size buffer
  735. */
  736. RESPONSE_RESULT DecryptResponseV4(RESPONSE_V4* response_v4, const int responseSize, BYTE* const rawResponse, const BYTE* const rawRequest)
  737. {
  738. int copySize =
  739. V4_PRE_EPID_SIZE +
  740. (LE32(((RESPONSE_V4*)rawResponse)->ResponseBase.PIDSize) <= PID_BUFFER_SIZE << 1 ?
  741. LE32(((RESPONSE_V4*)rawResponse)->ResponseBase.PIDSize) :
  742. PID_BUFFER_SIZE << 1);
  743. int messageSize = copySize + V4_POST_EPID_SIZE;
  744. memcpy(response_v4, rawResponse, copySize);
  745. memcpy(&response_v4->ResponseBase.CMID, rawResponse + copySize, responseSize - copySize);
  746. // ensure PID is null terminated
  747. response_v4->ResponseBase.KmsPID[PID_BUFFER_SIZE-1] = 0;
  748. uint8_t* mac = rawResponse + messageSize;
  749. AesCmacV4(rawResponse, messageSize, mac);
  750. REQUEST_V4* request_v4 = (REQUEST_V4*)rawRequest;
  751. RESPONSE_RESULT result;
  752. result.mask = (DWORD)~0;
  753. result.PidLengthOK = checkPidLength((RESPONSE*)rawResponse);
  754. result.VersionOK = response_v4->ResponseBase.Version == request_v4->RequestBase.Version;
  755. result.HashOK = !memcmp(&response_v4->MAC, mac, sizeof(response_v4->MAC));
  756. result.TimeStampOK = !memcmp(&response_v4->ResponseBase.ClientTime, &request_v4->RequestBase.ClientTime, sizeof(FILETIME));
  757. result.ClientMachineIDOK = !memcmp(&response_v4->ResponseBase.CMID, &request_v4->RequestBase.CMID, sizeof(GUID));
  758. result.effectiveResponseSize = responseSize;
  759. result.correctResponseSize = sizeof(RESPONSE_V4) - sizeof(response_v4->ResponseBase.KmsPID) + LE32(response_v4->ResponseBase.PIDSize);
  760. return result;
  761. }
  762. static RESPONSE_RESULT VerifyResponseV6(RESPONSE_RESULT result, const AesCtx* Ctx, RESPONSE_V6* response_v6, REQUEST_V6* request_v6, BYTE* const rawResponse)
  763. {
  764. // Check IVs
  765. result.IVsOK = !memcmp // In V6 the XoredIV is actually the request IV
  766. (
  767. response_v6->XoredIVs,
  768. request_v6->IV,
  769. sizeof(response_v6->XoredIVs)
  770. );
  771. result.IVnotSuspicious = !!memcmp // If IVs are identical, it is obviously an emulator
  772. (
  773. request_v6->IV,
  774. response_v6->IV,
  775. sizeof(request_v6->IV)
  776. );
  777. // Check Hmac
  778. int_fast8_t tolerance;
  779. BYTE OldHmac[sizeof(response_v6->HMAC)];
  780. result.HmacSha256OK = FALSE;
  781. memcpy // Save received HMAC to compare with calculated HMAC later
  782. (
  783. OldHmac,
  784. response_v6->HMAC,
  785. sizeof(response_v6->HMAC)
  786. );
  787. //AesEncryptBlock(Ctx, Response_v6->IV); // CreateV6Hmac needs original IV as received over the network
  788. for (tolerance = -1; tolerance < 2; tolerance++)
  789. {
  790. CreateV6Hmac
  791. (
  792. rawResponse + sizeof(response_v6->Version), // Pointer to start of the encrypted part of the response
  793. (size_t)result.correctResponseSize - V6_UNENCRYPTED_SIZE, // size of the encrypted part
  794. tolerance // tolerance -1, 0, or +1
  795. );
  796. if
  797. ((
  798. result.HmacSha256OK = !memcmp // Compare both HMACs
  799. (
  800. OldHmac,
  801. rawResponse + (size_t)result.correctResponseSize - sizeof(response_v6->HMAC),
  802. sizeof(OldHmac)
  803. )
  804. ))
  805. {
  806. break;
  807. }
  808. }
  809. return result;
  810. }
  811. static RESPONSE_RESULT VerifyResponseV5(RESPONSE_RESULT result, REQUEST_V5* request_v5, RESPONSE_V5* response_v5)
  812. {
  813. // Check IVs: in V5 (and only v5) request and response IVs must match
  814. result.IVsOK = !memcmp(request_v5->IV, response_v5->IV, sizeof(request_v5->IV));
  815. // V5 has no Hmac, always set to TRUE
  816. result.HmacSha256OK = TRUE;
  817. return result;
  818. }
  819. /*
  820. * Decrypts a KMS v5 or v6 response received from a server.
  821. * hwid must supply a valid 16 byte buffer for v6. hwid is ignored in v5
  822. */
  823. RESPONSE_RESULT DecryptResponseV6(RESPONSE_V6* response_v6, int responseSize, BYTE* const response, const BYTE* const rawRequest, BYTE* hwid)
  824. {
  825. RESPONSE_RESULT result;
  826. result.mask = ~0; // Set all bits in the results mask to 1. Assume success first.
  827. result.effectiveResponseSize = responseSize;
  828. int copySize1 =
  829. sizeof(response_v6->Version);
  830. // Decrypt KMS Server Response (encrypted part starts after RequestIV)
  831. responseSize -= copySize1;
  832. AesCtx Ctx;
  833. int_fast8_t v6 = LE16(((RESPONSE_V6*)response)->MajorVer) > 5;
  834. AesInitKey(&Ctx, v6 ? AesKeyV6 : AesKeyV5, v6, AES_KEY_BYTES);
  835. AesDecryptCbc(&Ctx, NULL, response + copySize1, responseSize);
  836. // Check padding
  837. BYTE* lastPadByte = response + (size_t)result.effectiveResponseSize - 1;
  838. // Must be from 1 to 16
  839. if (!*lastPadByte || *lastPadByte > AES_BLOCK_BYTES)
  840. {
  841. result.DecryptSuccess = FALSE;
  842. return result;
  843. }
  844. // Check if pad bytes are all the same
  845. BYTE* padByte;
  846. for (padByte = lastPadByte - *lastPadByte + 1; padByte < lastPadByte; padByte++)
  847. if (*padByte != *lastPadByte)
  848. {
  849. result.DecryptSuccess = FALSE;
  850. return result;
  851. }
  852. // Add size of Version, KmsPIDLen and variable size PID
  853. DWORD pidSize = LE32(((RESPONSE_V6*) response)->ResponseBase.PIDSize);
  854. copySize1 +=
  855. V6_UNENCRYPTED_SIZE +
  856. sizeof(response_v6->ResponseBase.PIDSize) +
  857. (pidSize <= PID_BUFFER_SIZE << 1 ? pidSize : PID_BUFFER_SIZE << 1);
  858. // Copy part 1 of response up to variable sized PID
  859. memcpy(response_v6, response, copySize1);
  860. // ensure PID is null terminated
  861. response_v6->ResponseBase.KmsPID[PID_BUFFER_SIZE - 1] = 0;
  862. // Copy part 2
  863. size_t copySize2 = v6 ? V6_POST_EPID_SIZE : V5_POST_EPID_SIZE;
  864. memcpy(&response_v6->ResponseBase.CMID, response + copySize1, copySize2);
  865. // Decrypting the response is finished here. Now we check the results for validity
  866. // A basic client doesn't need the stuff below this comment but we want to use vlmcs
  867. // as a debug tool for KMS emulators.
  868. REQUEST_V6* request_v6 = (REQUEST_V6*) rawRequest;
  869. DWORD decryptSize = sizeof(request_v6->IV) + sizeof(request_v6->RequestBase) + sizeof(request_v6->Pad);
  870. AesDecryptCbc(&Ctx, NULL, request_v6->IV, decryptSize);
  871. // Check that all version informations are the same
  872. result.VersionOK =
  873. request_v6->Version == response_v6->ResponseBase.Version &&
  874. request_v6->Version == response_v6->Version &&
  875. request_v6->Version == request_v6->RequestBase.Version;
  876. // Check Base Request
  877. result.PidLengthOK = checkPidLength(&((RESPONSE_V6*) response)->ResponseBase);
  878. result.TimeStampOK = !memcmp(&response_v6->ResponseBase.ClientTime, &request_v6->RequestBase.ClientTime, sizeof(FILETIME));
  879. result.ClientMachineIDOK = IsEqualGUID(&response_v6->ResponseBase.CMID, &request_v6->RequestBase.CMID);
  880. // Rebuild Random Key and Sha256 Hash
  881. BYTE HashVerify[sizeof(response_v6->Hash)];
  882. BYTE RandomKey[sizeof(response_v6->RandomXoredIVs)];
  883. memcpy(RandomKey, request_v6->IV, sizeof(RandomKey));
  884. XorBlock(response_v6->RandomXoredIVs, RandomKey);
  885. Sha256(RandomKey, sizeof(RandomKey), HashVerify);
  886. result.HashOK = !memcmp(response_v6->Hash, HashVerify, sizeof(HashVerify));
  887. // size before encryption (padding not included)
  888. result.correctResponseSize =
  889. (v6 ? sizeof(RESPONSE_V6) : sizeof(RESPONSE_V5))
  890. - sizeof(response_v6->ResponseBase.KmsPID)
  891. + LE32(response_v6->ResponseBase.PIDSize);
  892. // Version specific stuff
  893. if (v6)
  894. {
  895. // Copy the HwId
  896. memcpy(hwid, response_v6->HwId, sizeof(response_v6->HwId));
  897. // Verify the V6 specific part of the response
  898. result = VerifyResponseV6(result, &Ctx, response_v6, request_v6, response);
  899. }
  900. else // V5
  901. {
  902. // Verify the V5 specific part of the response
  903. result = VerifyResponseV5(result, request_v6, (RESPONSE_V5*)response_v6);
  904. }
  905. // padded size after encryption
  906. result.correctResponseSize += (~(result.correctResponseSize - sizeof(response_v6->ResponseBase.Version)) & 0xf) + 1;
  907. return result;
  908. }