LibObjectFile icon indicating copy to clipboard operation
LibObjectFile copied to clipboard

Add support for signing Authenticode PE Image

Open xoofx opened this issue 1 year ago • 1 comments

Checksum is supported, but the signing with PKCS#7 would require some work. Should be relatively straightforward to support with https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.pkcs.cmssigner

Also see Windows Authenticode Portable Executable Signature Format (.docx)

xoofx avatar Oct 01 '24 19:10 xoofx

You can also lookup the (decade old) implementation inside Mono.Security.dll which was used to implement Mono's version of signcode.

spouliot avatar Oct 02 '24 23:10 spouliot