Ask HN: Help me hack my 30 year old shareware game
So I recently found the binaries for a shareware game I released almost 30 years ago. Unfortunately I don't have the source code so cannot generate the "key" to unlock all the levels of the game. I'd like to put the unlocked game up on the web.
You can play the game here: http://play.rabidgremlin.com/gridlok/ (I'm pretty amazed you can play an old DOS game in a web browser) and download the game's files here: http://play.rabidgremlin.com/gridlok/gridlok.zip
The .zip file has GRIDREG.EXE which was used to create the unlock key. Also I guess it would also be possible to patch GRIDLOK.EXE so that it thinks it's registered.
Figured it might be a fun challenge for someone out there!
12 comments
[ 2.8 ms ] story [ 39.4 ms ] threadThe first versions of f-prot's heuristic virus removal software considered PKLite's method of jumping around to replace the PKLite code with the original code entry point to be a viral behaviour, and happily decompressed the binary and stripped off the PK container straight off. Sometimes it left crud on the end, but that didn't harm anything.
Needless to say, both FRISK and PK updated their code to not trample or trigger each other.
"PKLITE Copr. 1990-92 PKWARE Inc. All Rights Reserved" right there at the front. And I can see a lot of scrambled text that is exactly what one would expect to see from a PKLite compressed executable:
... etc ...See if F-Prot will decompress and remove the container, and then go from there. Make sure it's an early version of f-prot. It does look like an early PKLite, so you just might pull it off.