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

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

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