Benjamin Demetz
Benjamin Demetz
**Is your feature request related to a problem? Please describe.** Currently Raspirus is highly dependant on MD5 signatures. If there is a virus whose signature we don't have, Raspirus has...
Things that need to be done on the frontend before the migration to YaraX is complete: - [ ] Rewrite translations (Add new ones, remove old ones) - [x] Add...
**Is your feature request related to a problem? Please describe.** When a file is flagged as malware, due to the signatures-only nature of the scan it is difficult to determine...
When using your library in combination with other crates, like the [zip crate](https://crates.io/crates/zip) for example, both depend on the `time` crate, but with different versions. This creates a dependency conflict...
This PR updates the `Cargo.toml` release profile to improve the performance and optimize the binary size: - **`opt-level = 3`**: Enables maximum performance optimizations, focusing on runtime speed. - **`lto...
**Describe the bug** Since we moved to the new yara-x backend, we have been unable to build for armv7, the 32bit version. armv8, the 64bit version is fine. The reason...
Create tooka
**Description:** The `cargo-packager` CLI currently does not support the `riscv64gc-unknown-linux-gnu` target, even though it is officially supported by `cargo`. When building with this target using `cargo build`, the process completes...