yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
8
9
10
warning[slow_pattern]: slow pattern
 --> line:3:10
  |
3 |     $a = {00 [1-10] 01}
  |          -------------- this pattern may slow down the scan
warning[slow_pattern]: slow pattern
  --> line:10:4
   |
10 |    $a = /a.*/
   |    ---------- this pattern may slow down the scan