DePE-PACK 1.3
~~~~~~~~~~~~~

This is unpacker for executable files compressed with PE-PACK versions 0.99
and 1.0. It does pure ungeneric decompressing of the file. There are some
other unpackers (including ProcDump), but they failed on some files I tested
them with so there comes this pure ungeneric decompressor.

Usage
~~~~~
Start the unpacker and select the compressed file in the shown dialog box.
The uncompressed file is written in the file OUT.EXE. At current stage only
.EXE files are supported (the unpacked file runs OK and can be disassembled).
DLLs are unpacked too but they need to be fixed to run (relocs decompressing
is buggy).

History
~~~~~~~
v1.3
- added support for PE-PACK 0.99 version which was released only for EXEList
  members.
- source code is no more available. Seems that no one is interested in it.
- this is the last version of the unpacker.

v1.2
- replaced the used depack routine from APLib 0.26b to the ripped ones for
  the both PE-PACK versions because there is not fully backward compatibility.
  The first CORE crackme v1.0 was wrong decompressed with the previous version
  of this unpacker. Now the proper decompress algo is used.

v1.1
- added support for PE-PACK v0.99

v1.0 (unreleased to public)
- supports PE-PACK v1.0 files. Relocs decompression doesn't work (haven't
  tested it so much)


To do
~~~~~
- add resources rebuilding so the file size will be reduced by deleting
  the PE-PACK section and moving the first icon and version info to it's
  original place
- better relocs handling
- implement the unpacking routine in the PESHiELD unpacker

Greetings
~~~~~~~~~
ANAKiN: Very good packer that beats most programs that implement aPLib library.
        Some DLLs doesn't run with the apps that use them. Update it with some
        new features and better compression algorithms.
TMG, UG, UCF, PHM and AOI people, #win32asm coders and everyone I forgot.


Best regards,
Unknown One/[TMG]
