Utility to remove digital code signature from binary PE files in Windows.
This simple command line tool will remove a digital code signature from PE files in Windows binaries.
It came out as a result of the blog post, "Coding Production-Style Application - C++ application to remove digital signature from a binary file. Coding it from start-to-finish, with code safety tips, bug fixes and test fuzzing".
If you don't want to build this app yourself, you can download the latest release binaries here.
To build this project you will need Microsoft Visual Studio 2019, Community Edition with the following installed:
- Desktop Development with C++ to build
SigRemover
C++ project. - .NET Development to build the
SigRemFuzzer
C# project.
Submit suggestions & bug reports here.