7 releases (4 breaking)
| 0.5.0 | Feb 16, 2024 |
|---|---|
| 0.4.0 | Feb 3, 2024 |
| 0.3.1 | Feb 26, 2023 |
| 0.2.3 | Jan 9, 2023 |
| 0.1.0 | Jan 7, 2023 |
#9 in #authenticode
Used in authenticode-parser
150KB
3K
SLoC
Native bindings for the authenticode parser library from Avast.
For Rust bindings on top of those types, see the authenticode-parser crate.
authenticode-parser-sys
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_DIRenv variable, from which the include and library dir will be computed. - define the
OPENSSL_INCLUDE_DIRandOPENSSL_LIB_DIRenv variables.
Dependencies
~0–355KB