-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
state:needs-triageNeeds to triaged to determine next stepsNeeds to triaged to determine next stepstype:feature-requestA new feature proposalA new feature proposalurgency:lowLittle to no impactLittle to no impact
Description
Feature Overview
Ideally we would have a script called "authenticode_transplant" that copies the authenticode signature in a PE to another signed PE if the PE's are compatible.
Solution Overview
the script written in python should
- take as arguments two signed PEs (EFI applications)
- compare the binaries and confirm that they are valid (other than the signature they should be binary compatible)
- extract the signature from the first binary
- append that signature to the second binary
- confirm that the transplant was successful
Alternatives Considered
No response
Urgency
Low
Are you going to implement the feature request?
I will implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
Copilot
Metadata
Metadata
Assignees
Labels
state:needs-triageNeeds to triaged to determine next stepsNeeds to triaged to determine next stepstype:feature-requestA new feature proposalA new feature proposalurgency:lowLittle to no impactLittle to no impact