We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently do not parse the signatures from PE files the same way as described here.
We do not support multiple WIN_CERTIFICATE structures and also we do not support parsing of SPC_NESTED_SIGNATURE.
WIN_CERTIFICATE
SPC_NESTED_SIGNATURE
We already have an implementation of simple ASN1 parser so it can be used for the second case (maybe after some modifications).
The text was updated successfully, but these errors were encountered:
I'm happy to provide samples that have multiple WIN_CERTIFICATE structures (they are EFI images signed by both MSFT and RHAT) if you don't have any.
Sorry, something went wrong.
I would really appreciate that. It would help a lot. Thank you.
Sorry, didn’t see this response until just now. Send me an email and I’ll get you a zip of them!
Solved in #902
CHANGELOG.md: add entry for #902 and #380
b374920
HoundThe
No branches or pull requests
We currently do not parse the signatures from PE files the same way as described here.
We do not support multiple
WIN_CERTIFICATE
structures and also we do not support parsing ofSPC_NESTED_SIGNATURE
.We already have an implementation of simple ASN1 parser so it can be used for the second case (maybe after some modifications).
The text was updated successfully, but these errors were encountered: