yara-x-parser 1.5.0

A parsing library for YARA rules.
Documentation
 rule test_1
 └─ condition
    └─ eq
       ├─ shl
       │  ├─ 1
       │  └─ 1
       └─ 2

 rule test_2
 └─ condition
    └─ eq
       ├─ shr
       │  ├─ 2
       │  └─ 1
       └─ 1

 rule test_3
 └─ condition
    └─ eq
       ├─ bitwise_or
       │  ├─ 2
       │  └─ 1
       └─ 3

 rule test_4
 └─ condition
    └─ eq
       ├─ bitwise_and
       │  ├─ 2
       │  └─ 2
       └─ 2

 rule test_5
 └─ condition
    └─ eq
       ├─ bitwise_xor
       │  ├─ 2
       │  └─ 1
       └─ 0

 rule test_6
 └─ condition
    └─ ne
       ├─ bitwise_not
       │  └─ 1
       └─ 1