puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
59 stars 6 forks source link

Yara-X support #149

Closed puffyCid closed 2 days ago

puffyCid commented 1 month ago

What new feature do you think would be cool to add to artemis? Recently it was announced that Yara was rewritten in Rust (yay!)

It now has a Rust API and can be integrated into Rust projects without using any C code. It would be cool if artemis added support for running Yara rules

Describe the solution you'd like Add Yara support

Additional context Im not sure if we should include yara as a CLI option or encourage users to use the artemis API to execute Yara rules