Difference between revisions of "AGI DiskFree Decryptor"

From AGI Wiki
Jump to navigationJump to search
m (Collector moved page AGI Diskfree Decryptor to AGI DiskFree Decryptor without leaving a redirect)
(No difference)

Revision as of 00:26, 26 February 2015

Template:AGI Software

AGI "DiskFree" Decryptor

Author: Cold Turkey

12/12/14

 

Description

Ever tried to play one of your old keydisk AGI games in Dosbox? It doesn't work. Not even if you create an image file and run it from that. Dosbox just doesn't have the right routines to access your floppy drive in the low level manner needed to extract the decryption key. Sure you could load up SUP and find an old DOS machine to decrypt all your games, but that is a lot of work! ADFD decrypts protected files without having to read the original keydisk. Works from backups/installs of protected games (even on your hard drive), or you can execute it right on your original floppies (yikes!).

With a modified version of SUP, I was able to grab the decryption key off an old AGI game and compile it into the code of Brian Provinciano's AGI Decryptor. A few source code tweaks later and all was good. Versions for Windows, Dos16 (aka real mode) and Dos32 (aka protected mode) have all been compiled.

Now it's time to finally play all your ORGINAL AGI games in Dosbox. Make sure to set the Machine to Tandy so you get amazing 3 channel sound too!

Usage: Copy this .exe into the folder of your protected game. Running the decryptor .exe alone will search for "sierra.com" (to find the key offset), and will create a decrypted AGI file called AGI.EXE (the file you will use to run your game). If your loader is named something other than "sierra.com", you just run the decryptor with that loader filename as the argument. It has not failed me yet!

Download