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 windows signing support #6

Open
wagoodman opened this issue Oct 16, 2022 · 3 comments
Open

Add windows signing support #6

wagoodman opened this issue Oct 16, 2022 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wagoodman
Copy link
Contributor

Windows PE binaries also support codesigning and I think the mechanisms are very similar. I'm not 100% sold that support for signing windows binaries should be done in this tool, but wanted to at least put this out there.

@wagoodman wagoodman added enhancement New feature or request help wanted Extra attention is needed labels Oct 16, 2022
@gedw99
Copy link

gedw99 commented Oct 29, 2022

That would be fab - one stop shop for signing

@gedw99
Copy link

gedw99 commented Jun 5, 2023

Authenticode is the the name for the equivalent of Apple Gatekeeper.

https://learn.microsoft.com/en-us/windows-hardware/drivers/install/authenticode

various attempts to sign windows binaries without needing windows...

https://trailofbits.github.io/uthenticode/

https://github.com/trailofbits/winchecksec

@gedw99
Copy link

gedw99 commented Jun 5, 2023

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 wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants