Skip to content

Utility to remove digital code signature from binary PE files in Windows.

Notifications You must be signed in to change notification settings

dennisbabkin/SigRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SigRemover

Utility to remove digital code signature from binary PE files in Windows.

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 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".

Screenshot

scrsht_sigrem_01

Release Build

If you don't want to build this app yourself, you can download the latest release binaries here.

Build Instructions

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.