In early 1995 (17 years ago) I created an MS-DOS app called Demon Hacker.

It’s purpose was to enable a user to patch (rather crudely, but effectively) PC games files and their created saved game files to cheat.

I got more of a kick out of building the app using Turbo Pascal, and giving it to my friends to use than I did playing and cheating in the games.

17 years is a long time in computer technology. In 1995 the Internet was emerging, and I knew that it had been put on a few FTP sites, but could I find it now?

After a few minutes with Google I had found and downloaded the ZIP file. (And made sure to scan it with antivirus software).

Wow!

The problem now was that it was a 16-bit MS-DOS app.

With only Mac OS X Mountain Lion, and Windows 7, both 64-bit, I thought I would have to resort to setting up a VM (Virtual Machine).

Another Google and I found DOSBox. I download and opened DOSBox on Mac OS X.

Double wow!

I now had a directory listing. Look at those dates!

Demon Hacker

Check out DEMON.EXE. That’s 29,408 bytes for the main application. UI (User Interface). Logic. Everything. That’s 29 kilobytes (KB).

Holy crap!

Next step, would it run?

BOOM!

An app that I had created 17 years ago was running in a DOS emulator on my Mac OS X system.

Demon Hacker

Here’s the proof - the help screen. You have to admit, it’s very helpful :)

Demon Hacker

It even supports in that 29 KB size changing the application font to a medieval type font. Typical font files are MB these days.

Demon Hacker

The great thing about Demon Hacker is that it was open. Extendable. Anyone with a PC game, a HEX editor, and some spare time could create hacks for games by editing the DEMON.DAT text file.

{
    Alone in the Dark
save[0..5].itd
save??.itd
//25700 oil for the lamp
19856,64
19857,64
//25700 rifle ammo
19866,64
19867,64
//25700 health points
19882,64
19883,64
//25700 pistol ammo
20024,64
20025,64
}

And Demon Hacker would then let anyone use that cheat.

Demon Hacker

If only GitHub had existed back in 1995 the source code may not have been lost. If you’re feeling nostalgic get DOSBox, your old games, and get Demon Hacker.

This trip back down memory lane has reminded me of a few things. The Internet, WWW, Google and technology are amazing things. Also that i’m a hacker, and always will be.