yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
error[E024]: invalid pattern `$a`
 --> line:3:15
  |
3 |     $a = { 11 [1-2][40-38] 22 }
  |               ^^^^^^^^^^^^ lower bound (41) is greater than upper bound (40)
  |
  = note: consecutive jumps were coalesced into a single one