HISTORY of PE-SHiELD
--------------------

v0.22  v0.22 is a bugfixed and a little bit improved v0.2


         JULY 02
         ~~~~~~~
       - FIXED: Because of a typo in the PESHiELD.EXE's anti unpacking
                protection, some files were destroyed, although it was
                not unpacked... :(

         JUNE 26
         ~~~~~~~
       - FIXED: I changed a routine, because I think it causes the
                incompatibility to WIN98
       - ADDED: I finally added my routine called:
                KICK ALL THE STUPID RING0 TRACERs ;)

         JUNE 25
         ~~~~~~~
       - ADDED: german docu
       - FIXED: english docu

         JUNE 23
         ~~~~~~~
       - ADDED: handling of TLS index
       - FIXED: crash if TLS index was in initialised data
                (example: SHRINKER unpacker by aSH)
                all other packer/protectors I know cannot
                handle this
       - FIXED: when trying to crypt an empty section a PAGE
                Fault occured


v0.2   v0.2 is like a totally new crypter: It is no longer
         coded in C++ but in assembly. It is no longer just a
         simple crypter. It now has grown up to a real protector.

       - renaming of sections
       - removed MtE
       - encryption of import section
       - runtime protection against BPX
       - heuristic virus check
       - PE Header Killer
       - better compression of fixup table (DELTA + RLE)
       - Anti PROCDUMP-TRACE code
       - protection against PROCDUMP-DUMP
       - tricks to hinder MANUAL dumping
       - protection against PROCDUMP-IMPORT rebuilder
       - Winice and NT-Ice detection
       - maybe I forgot something


Old versions
------------

v0.1d  Main: runs now also under Windows NT
              generates now Win NT compatible files
      - Load: removed CLI and STI, that caused a
              GPF under Windows NT
      - MtE:  CLI opcode removed
              A few changes to kill UNPESHiELD

v0.1c  Main: fixed two bugs in the code that was
              added in the last version
              PE-SHiELD should now be compatible to
              most files...
      - Load: A few minor changes to make DLL cryption
              possible...
              DLL cryption works at least with all DLLs
              I have tested it with

v0.1b  MtE:  changed a bit to fuck PE-SHiELD Remover
      - Main: added support for TELNET.EXE, PING.EXE...

v0.1  first version
