Synopsis :
Reduce Exe is a free and simple to use application for correcting Windows Portable Executable files.
Features :
· 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
You Can Download : Reduce Exe V1.0
Wednesday, October 29, 2008
Reduce Exe V1.0
Subscribe to:
Post Comments (Atom)
0 komentar:
Post a Comment