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[non_bool_expr]: non-boolean expression used as boolean
 --> line:2:14
  |
2 |   condition: 0
  |              - this expression is `integer` but is being used as `bool`
  |
  = note: non-zero integers are considered `true`, while zero is `false`
warning[invariant_expr]: invariant boolean expression
 --> line:2:14
  |
2 |   condition: 0
  |              - this expression is always false
  |
  = note: rule `test` is always `false`