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
warning[slow_pattern]: slow pattern
  --> line:3:8
   |
 3 |     $h = { (
   |  ________-
 4 | |    2D A? FF FF FF ?? ?? |
 5 | |    2D B? FF FF FF ?? ?? |
 6 | |    2D C? FF FF FF ?? ?? |
...  |
55 | |    8D 76 ( 2? | 3? | 4? | 5? ) ?? ?? |
56 | |    8D 7F ( 2? | 3? | 4? | 5? ) ?? ?? ) }
   | |________________________________________- this pattern may slow down the scan
   |
   = note: this is an exceptionally extreme case that may severely degrade scanning throughput