Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for signing Authenticode PE Image #39

Open
xoofx opened this issue Oct 1, 2024 · 1 comment
Open

Add support for signing Authenticode PE Image #39

xoofx opened this issue Oct 1, 2024 · 1 comment
Labels
enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue

Comments

@xoofx
Copy link
Owner

xoofx commented Oct 1, 2024

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 xoofx added enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue labels Oct 1, 2024
@spouliot
Copy link

spouliot commented Oct 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue
Projects
None yet
Development

No branches or pull requests

2 participants