PE Corrector is easy to use tool for correcting Windows Portable Executable files (exe, dll, sys, bpl, dpl, cpl, ocx, acm, ax, scr).
PE Corrector allows you to modify these files.
PE Corrector can work in two modes: "default" and "wizard". "Wizard" mode introduces comfortable and easy way to set up all options. But if you are an advanced user, you can use program in the "default" mode.
This program is very useful when you need to correct PE files. Such correction may be very necessary in this cases:
Some compilers (Borland C++ Builder 4, for example) do not clear memory before compilation. Because of this the new exe file may contain binary trash in the header. But also it may contain even your personal security data from your disks (passwords, for example).
PE Corrector can correct this problem. It simply clean the headers in safe mode and erase all illegal information. Also you can insert your own info into header (copyright information, for example).
Some compilers (Borland C++ Builder, for example) inserts into PE files some export functions which are needed for debugging, but not for final compilation (examples of such functions: __CPPdebugHook, _Form1, __GetExceptDLLinfo, @@Unit1@Initialize, @@Unit1@Finalize, etc...).
These export functions adds some extra volume to PE file and not necessary in most cases. But it is not the whole problem. If there are many exports in PE file, this file may not be processed correctly by some exe-packers.
Also it may contain some secret functions (defence of trial, for example) declared in export section of PE file. This situation is very useful for crackers. PE Corrector helps you to solve this problem.
It displays all of the exported functions and gives ability to clean export sections on the optional basis (you simply specify what functions you want to erase).
So, if you keep PE file "as is" after compilation, probably you will give very useful gift to crackers.
If you are looking for fast and convenient way to correct and modify PE files, try our product - it can help you.
Limitations:
· 30 days trial.
What's New in This Release:
· IBM Visual Age C++ compiler support.