qingchen1984 / RemovePeSign

An utility for removing the digital signatures from PE files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PE Files Digital Signature Remover

This is a utility for removing the digital signatures from PE files, including exe, dll, sys, etc. Currently only support x86 Win32 platform.

Designed based on Windows Template Library (WTL). So you have to preinstall its latest version before building this project in Visual Studio.

Screenshot:

Screenshot

About

An utility for removing the digital signatures from PE files

License:MIT License


Languages

Language:C++ 82.8%Language:C 17.2%