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
16
syntax = "proto2";

import "yara.proto";

package magic;

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

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