Skip to content

Infobserve/processor-rs

Repository files navigation

The infobserve processor

Installation

Because we're lazy, there's no dockerfile yet Here's how to install locally:

Install Yara

The processor depends on Yara to be installed locally. No manual installation is required as Yara is now included with the crate we use for exporting its bindings (https://github.com/Hugal31/yara-rust/). If a manual installation is preferred, the installation steps can be found in Yara's documentation

Cargo

(First install rustup, cargo etc.)

$ git clone https://gitub.com/Infobserve/processor-rs
$ cd processor-rs
$ cargo check # Check that everything is OK

That's it, you should be good to go.

To run our wonderful and extensive test suite

$ cargo test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages