**************************************************
** eXPressor Executable File Compresor *****
**************************************************
by CGSoftLabs
v 1.2.0 beta [24 feb 2004]
-various bugfixes when packing nonstandard executables (packed before..related to resource relocator);
-now eXPressor it will remove .reloc section automatically when packing .exe files (not dlls);
-grrr.. 2 hard working dayz of debugging to make first steps in dll packing (btw OllyDbg rulz);
-so basic DLL support (only if dll it's not relocated at runtime,exports not redirected and located inside exports dir);
there are some problems with relocations when rebase occur;so if packed dll won't load..rebase it first..then pack it;
(dll packing also,multilevel);
-tested on IETools.dll and secu.dll(ITimerPro),both of them are parts from software made by CGSoftLabs;
-restorator isn't able to edit eXpressor packed or not relocated resources...don't ask me why!
(I don't have time to find the problem)
-Stud_PE also suffered some enhancements due to intense work at eXPressor :)
-new compression algorithm;it will reduce size of packed exe...mutch better than winzip does;
-backup option for compressed files;
-shell menu integration;
-drag&drop support;
-option to run packed executable to see if it works;
-hopefully fixed w98 bug - random crashes when using packer on w98;(MapViewOfFile fills mem with garbage);
Note:
By default eXpressor won't pack original.exe but a copy of it -> originalPk.exe;
If you want to keep packed file,press "Save It" on "Progres" window after compression is done;
original.exe will be replaced with packed one..and a backup is created if the "Create backup" option is enabled;