Open Issues Need Help
View All on GitHub Build-process fails with yara-related issue 2 months ago
AI Summary: The task is to debug a Rust build process for the Malchela malware analysis toolkit. The build fails due to missing YARA configuration values in the `yara_sys` crate, likely stemming from an incompatibility between the installed YARA version (4.1.3) and the `yara` crate used by Malchela. The solution involves identifying the correct YARA configuration names for the current YARA version, updating the `yara` crate dependency in Malchela's `Cargo.toml`, or potentially patching the `yara-0.30.0` crate to use the correct configuration names.
Complexity:
4/5
documentation good first issue