puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
65 stars 8 forks source link

Yara support #159

Closed puffyCid closed 3 months ago

puffyCid commented 3 months ago

This PR adds Yara-X support to artemis

puffyCid commented 3 months ago

wow this increases binary size by 12MB! :(

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 90.43478% with 11 lines in your changes missing coverage. Please review.

Project coverage is 84.93%. Comparing base (fd08fa8) to head (993e836).

Files Patch % Lines
core/src/filesystem/files.rs 83.33% 7 Missing :warning:
core/src/artifacts/os/files/filelisting.rs 94.44% 3 Missing :warning:
core/src/filesystem/error.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #159 +/- ## ========================================== + Coverage 84.91% 84.93% +0.02% ========================================== Files 484 484 Lines 54556 54630 +74 ========================================== + Hits 46324 46400 +76 + Misses 8232 8230 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.