Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 2012 SHA1 Hash: 4798195290d18130689ae2cc63c23daf6a2d000f Size: 72.85 KB File Format: zip
Rating: 2.086956521
out of 5
based on 23 user ratings
Downloads: 1183 License: Free
Reduce Exe is a free software by Dirk Paehl and works on Windows 10, Windows 8.1, Windows 8, Windows 2012.
You can download Reduce Exe which is 72.85 KB in size and belongs to the software category Compression tools. Reduce Exe was released on 2007-03-20 and last updated on our database on 2017-02-19 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Reduce Exe Description
Reduce Exe is a free and simple to use application for correcting Windows Portable Executable files.
Here are some key features of "Reduce Exe":
ï¿ Clear binary trash in headers of PE files
ï¿ Erase section names
ï¿ Remove relocations table
ï¿ Examine the list of the export functions
ï¿ Erase selected functions in export section
ï¿ Reduce size of PE files
ï¿ Prepare PE files for exe-packer
ï¿ Reduce Exe is a DLL. You can use this in you own program. An exe is include.
Sample to use the DLL:
function Starte(datei:pchar;backup,no_check:boolean):boolean;external reduce.dll;
Starte --> the function
Datei --> is the file to reduce. For VB coder: datei isnt a string its a PCHAR
Backup --> true make a backup file.
No_Check --> true other file as EXE.
At this time the DLL dont give back a result. Comes possible later.
Reduce Exe is a modified version from StripReloc v1.10