GAMETOOLS
=========
        This is a TSR utility for cracking software protection such as
    disk protection, password protection. It can also be used to modify
    the games so that they can be much easier finished. This program
    requires users to have some knowledge of IBM PC assembly language
    and interrupts handling.
        It include a colorful internal debugger, dos shell, analysis,
    RAM view, dos quit, hardware break point...

UP
==
        This is an utility for executable files decompression. It can
    decompress EXE or COM compressed by DIET, PKLITE, LZEXE, EXEPACK,
    COMPACK. It can unpack unextractable EXE compressed by PKLITE.

TSRCRACK
========
        This is a TSR utility for cracking software protection such as
    password protection. It can also be used to modify the games so that
    they can be much easier finished.
        Why not modify the file directly? It is because the files are
    often compressed and encoded, they cannot be decoded and modified.
    Thus you need a TSR to modify the codes after the files are loaded
    into memory.
        This program can generate a TSR from given information about
    where and how to modify the codes.

