authenticode-parser-sys

Crates.ioauthenticode-parser-sys
lib.rsauthenticode-parser-sys
version0.5.0
sourcesrc
created_at2023-01-07 18:33:25.34972
updated_at2024-02-16 00:20:37.379621
descriptionRaw FFI bindings to the authenticode-parser library
homepage
repositoryhttps://github.com/vthib/authenticode-parser
max_upload_size
id753172
size742,049
Vincent Thiberville (vthib)

documentation

README

authenticode-parser-sys

Crates.io Documentation

Native bindings for the authenticode parser library from Avast.

This library depends on Openssl. If the library is not found by default, you can either:

  • define the OPENSSL_DIR env variable, from which the include and library dir will be computed.
  • define the OPENSSL_INCLUDE_DIR and OPENSSL_LIB_DIR env variables.
Commit count: 41

cargo fmt