authenticode-parser-sys 0.5.0

Raw FFI bindings to the authenticode-parser library
Documentation

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.