Hacker News new | ask | show | jobs
by jes 2004 days ago
Have you tried to code-sign executables produced by this method?
2 comments

On macOS, these executables can be signed with a detached signature. Surprisingly, the embedded codesignature also works (but the signature is stored in an extended attribute on the filesystem).
On Windows, Authenticode signatures rely on and use PE header - I'd also love if the author could answer this one. If it does work, I'd also like to know why it works :)