|
|
|
|
|
by shawn-butler
4322 days ago
|
|
>>
Instead, we created a custom version of the signing tools which complied with the Authenticode spec (for Windows) while letting us safely modify content for each binary. Our custom tool allows us to create an unverified section of the binary in a way that is compliant with the Authenticode spec.
>> Can you offer some more info on this topic in a follow-up post? |
|
In order to inject an unauthenticated attribute to the signature, you may want to use osslsigncode for signing (instead of MS signtool).