SigRemover is a free and simple command line tool that removes a digital code signature from PE files in Windows binaries.

This is a Command Line app, so there is no interface.
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”
Size: 130 KB
License: Freeware
Requirements: Windows |10|8|7
Publisher:https://dennisbabkin.com/sigremover/
PS:If you can share this website on your Facebook,Twitter or others,I will keep sharing more.