yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
syntax = "proto2";
import "yara.proto";

package string;

option (yara.module_options) = {
  name : "string"
  root_message: "string.String"
  rust_module: "string"
  cargo_feature: "string-module"
};

message String {
  // This module contains only exported functions, and doesn't return any data
}