Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
70 stars 30 forks source link

fix: properly compile YARA on big-endian arch #103

Closed vthib closed 1 year ago

vthib commented 1 year ago

YARA depends on having WORDS_BIGENDIAN defined on big endian archs to properly handle this endianness. This is done in the configure of YARA, but is missing in the build script here.