0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)CMake8 forks (8 forks)auto 404
enhancementhelp wanted
Repository metrics
- Stars
- 12 stars (12 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
It'd be nice to have an example of a PE that has a correct Authenticode signature and also contains trailing data. Real-world examples of this exist but tend to be pretty large (e.g. the Firefox installer).
xref https://github.com/trailofbits/uthenticode/pull/84
Contributor guide
- Research direction
- To create a PE with correct Authenticode signature and trailing data, you need to understand the PE format's checksum and signature structure. Look at existing signed PEs and modify them to include data after the signature boundary while maintaining valid signature. Reference the linked PR for discussion.
- Tech stack
- None
- Domain
- security
- Issue type
- Feature
- Prerequisites
- PE file formatdigital signatures