Crate authenticode_parser

Source
Expand description

Bindings for the authenticode parser library from Avast.

Structs§

Attributes
Various X509 attributes parsed out in raw bytes.
Authenticode
Authenticode signature.
AuthenticodeArray
Array of authenticode signatures.
Certificate
Authenticode certificate.
Countersignature
Authenticode counter signature.
InitializationToken
Token indicating the library has been initialized.
Signer
Represents SignerInfo structure.

Enums§

AuthenticodeVerify
Status of verification for an authenticode signature.
CounterSignatureVerify
Status of verification for a counter signature.

Functions§

parse
Constructs AuthenticodeArray from binary data containing Authenticode signature.
parse_pe
Constructs AuthenticodeArray from PE file data.