yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
error[E011]: invalid range
 --> line:3:16
  |
3 |     $a = "foo" xor(2-1)
  |                ^^^^^^^^ lower bound (2) is greater than upper bound (1)