vcsjones / AuthenticodeLint

Lints an authenticode signed binary.
MIT License
37 stars 18 forks source link

Unify SignatureInfo and ICounterSignature #16

Closed vcsjones closed 8 years ago

vcsjones commented 8 years ago

Counter signatures are their own type because the .NET type SignerInfo is sealed and non-extendable.

Replace the usage of SignerInfo with our own signer info type and unify it with counter signatures so everything is just "a signature".

vcsjones commented 8 years ago

Done in #22.