Mercurial > codedump
annotate win95kggui/README.md @ 129:8c39820da60a
add decode-mixed-mode.c
this decodes macintosh mixed-mode procedure types. It currently
only supports stack-based procedures :)
| author | Paper <paper@tflc.us> | 
|---|---|
| date | Sun, 19 Oct 2025 22:48:24 -0400 | 
| parents | 81f95f11fe39 | 
| children | 
| rev | line source | 
|---|---|
| 64 | 1 # win95kggui.c | 
| 2 | |
| 3 yeah.... | |
| 4 | |
| 5 a Windows 95 keygen, cause i was bored | |
| 6 | |
| 7 ### compiling | |
| 8 | |
| 75 | 9 ``` | 
| 77 
81f95f11fe39
Update README.md
 Paper <37962225+mrpapersonic@users.noreply.github.com> parents: 
75diff
changeset | 10 git submodule init | 
| 
81f95f11fe39
Update README.md
 Paper <37962225+mrpapersonic@users.noreply.github.com> parents: 
75diff
changeset | 11 git submodule update | 
| 75 | 12 curl -s https://pastebin.com/raw/ap4WLgcp | gcc -o bin2h -x c - -lshlwapi | 
| 13 make | |
| 14 ``` | 
