home *** CD-ROM | disk | FTP | other *** search
- These files should be include in the zip.
-
- combexes.txt - Explains KAD files.
- -------------------------------------------------------------------------
- mpack.bat - makefile for PACKER.C
- mtest.bat - makefile for TEST.C
- mlzar.bat - makefile for LZari.c
- -------------------------------------------------------------------------
- kad.doc
- kad.c - KADfile routines
- kad.h - Header file for KAD.C
- lzc.c - LZARI compression system, modified for use by KADfile
- lzc.h - Header file for LZC.C
- encrypt.h - encryption routine
- dir.stc - KAD file directory structure
- -------------------------------------------------------------------------
- test.c - test program for the KADfile system.
- Packer.c - Program to create KADfiles.
- lzari.c - LZari.c compression by Haruhiko Okumura
- -------------------------------------------------------------------------
- dummy.ari - compressed file used for testing
- dummy.dat - text file used for testing
- dummy.kad - KADfile containing the three previous files
- dummy.prj - sample project file for KADfiles
- --------------------------------------------------------------------------
-
-
- I have commented the code instead of writing a complete doc file.
- Adding additional file formats is easy! I included a basic compression
- system, since most people ignore it. And I added an en/decryption routine.
- The encryption method used is simplistic. I KNOW I can't stop someone who
- really wants too from ripping files from a released KAD/EXE mix. I
- just wanted to make it a little difficult. :> I primarily hate auto-ripping
- software! If a lamer can't figure it out for himself, LET HIM SUFFER!
-
-