yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
error[E015]: mixing greedy and non-greedy quantifiers in regular expression
 --> line:3:12
  |
3 |     $a = /a.*b.*?c/
  |            ^^ ^^^ this is non-greedy
  |            |
  |            this is greedy