Binary File Digital Signature Remover App
Version 1.0.2
"Utility to remove digital code signature from binary PE files in Windows."
www.dennisbabkin.com
[Copyright (C) 2021]

Release Date: April 24, 2021


DESCRIPTION:
================
This simple command line tool will remove a digital code signature from PE files in Windows binaries.

It came out as a result of my blog post. Check it if you're curious how I made this app:
https://dennisbabkin.com/blog/?t=coding-production-style-cpp-app-to-remove-digital-signature-from-binary-file

Check the following command line parameters & examples of use:

SigRemover -i <File> [-o <File>]

where:
 -i  = specifies PE file to remove signature from:
        <File> = File path to read PE binary.
 -o  = [optional] specifies destination PE file:
        If omitted, the new file name will have (NoSig) suffix in the same folder.
        <File> = File path to create new PE binary.

Examples:
 SigRemover -i "path-to\file.exe"
 SigRemover -i "path-to\file.exe" -o "path-to\result.exe"



COMPATIBILITY:
================
Microsoft Windows Vista/7/8/10



LICENSE:
========
Freeware.

You may use this software for as long as you need it, make as many copies of the downloaded package as required, and distribute it among any people and organizations at no cost.

You are NOT ALLOWED to modify or rename any parts of the downloaded package and/or the manual within it; distribute it under a different title and/or author's name; repackage or re-distribute separate components of the downloaded package; sell, rent or receive any financial gain from this software.



DISCLAIMER:
===========
The authors of this web site and of this particular software guarantee that this computer program does not contain any intentionally deleterious or harmful material that may somehow adversely affect your system. All software posted on this web site is custom-built computer programs that were designed primarily for our personal use. We test it for some time before posting it here. In spite of that and due to the fact that we are human, we do not exclude a possibility for this software to contain errors and unintended bugs that may present misinformation in programmatic sense and/or may temporarily affect your computer's stability. If such is the case, let us know through the feedback on this site and we will do our best to correct the problem and supply you with the latest update. 

And last, by downloading and using this software you agree to do so "as is" without any implied or expressed liability from the authors and/or distributors of this software. 




Another copy of this software is available to download at:
https://dennisbabkin.com/sigremover


Thank you for choosing our software!









