A YARA & Malware Analysis Toolkit written in Rust.

1 Open Issue Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

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

A YARA & Malware Analysis Toolkit written in Rust.

Rust