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 time;

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

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