yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
error[E027]: invalid integer
 --> line:3:18
  |
3 |     $a = { 11 [0-4294967296] 22 }
  |                  ^^^^^^^^^^ this number is out of the valid range: [0, 4294967295]