You are here

Reduce EXE v1.0

1 post / 0 new
xcutionerz
Offline
Last seen: 12 years 2 weeks ago
Joined: 2010-09-17 09:15
Reduce EXE v1.0

Reduce Exe v1.0
This is a handy tool that will add value to your portables

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 isn't a string it's a PCHAR
Backup --> true make a backup file.
No_Check --> true other file as EXE.

At this time the DLL don't give back a result. Comes possible later.

Reduce Exe is a modified version from StripReloc v1.10

codE:
http://www.softpedia.com/get/Compression-tools/Reduce-Exe.shtml