CR3Swapper / rich-header-eraser

This is a simple tool to remove the "Rich" header from binaries (EXE or DLL files) created by M$ development tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

% Rich-Header Eraser % by LoRd_MuldeR <mulder2@gmx> | http://muldersoft.com/

Contents

This is a simple tool to remove the "Rich" header from binaries (EXE or DLL files) created by M$ development tools.

For more details on that undocumented header, please see here:
https://www.ntcore.com/files/richsign.htm

Usage

Usage:
  rchhdrrsr.exe [--zero] <file_1> [<file_2> ... <file_N>]

Option --zero overwrites with "zero" bytes; default is random bytes. File names can contain wildcards.

Platform Support

This tools have been created to run on Microsoft® Windows XP or later. Some features require Windows Vista or later.

License

This work is licensed under the CC0 1.0 Universal License.

The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission 😃


e.o.f.

About

This is a simple tool to remove the "Rich" header from binaries (EXE or DLL files) created by M$ development tools.

License:Creative Commons Zero v1.0 Universal


Languages

Language:C++ 84.2%Language:C 15.8%