Native bindings for the Yara library from VirusTotal. Only works with Yara 3.7 for now.
More documentation can be found on the Yara's documentation.
By default, this crate use a pre-built bindings file for Yara 3.7,
but you can use the feature bindgen
to use on-the-fly generated bindings.
You can specify the location of Yara:
YARA_LIBRARY_PATH
environment
variable.YARA_INCLUDE_DIR
environment
variable, if you use the bindgen
feature.Licensed under either of
at your option.