ekeyfinder
ekeyfinder copied to clipboard
Algorithm to decode Windows keys
-
GetXPKey/GetVistaKey- Get key for a given operating system. It callsGetMSDPID3. -
GetMSDPID3- Get Microsoft Digital Product Identification number. It callsDecodeMSKey. -
DecodeMSKey- decodes MS product key.
https://github.com/samrocketman/ekeyfinder/blob/d8e5904dd025fe38e33d579b63e1174795196a2c/Main.pas#L1961-L2006