My installer build \"signs\" a DLL using a Code Signing certificate during the build process.
I\'ve noticed that if I try to build twice in succession, the second b
It's fairly easy to remove the signature from a .dll file using the ImageRemoveCertificate API.
You don't have any language specified in your tags but this article shows how to implement it in C#. Remove digital signature from a file using C#
Other than that, if you are looking for a simple tool to do the work for you, you can use FileUnsigner.