comparison win95kg.cpp @ 42:1c81c5106b59

Update win95kg.cpp committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Wed, 30 Jun 2021 02:40:02 -0400
parents 37f231f85a67
children 3487aa65ca56
comparison
equal deleted inserted replaced
41:37f231f85a67 42:1c81c5106b59
1 /* Windows 95 Keygen - 11/24/20 1 /* Windows 95 Keygen - 11/24/20
2 By Paper 2 By Paper
3 not sure if this will work fully, but from what i've seen it works well enough 3 not sure if this will work fully, but from what i've seen it works well enough
4 4
5 going back on this a few months later, wew this code sucks ass 5 going back on this a few months later, wew this code sucks ass
6 managed to fix the OEM key generation, apparently the medium article i read was wrong 6 fixed the OEM key generation, the medium article i read was wrong about it
7 */ 7 */
8 #include <ctime> 8 #include <ctime>
9 #include <cstdlib> 9 #include <cstdlib>
10 #include <cstring> 10 #include <cstring>
11 #include <iomanip> 11 #include <iomanip>