Expand description
Types related to the condition part of YARA rules.
Structs§
- Expression
- A parsed expression with associated span
- Identifier
- Parsed identifier used in expressions.
- Identifier
Operation - Operation applied on an identifier.
- RuleSet
- Set of multiple rules.
- SetElement
- Element of a set.
- Variable
Set - Set of multiple variables.
Enums§
- Expression
Kind - An expression parsed in a Rule.
- ForIterator
- Iterator for a ‘for’ expression over an identifier.
- ForSelection
- Selection of variables in a ‘for’ expression.
- Identifier
Operation Type - Type of operation applied on an identifier.
- Read
Integer Type - Integer read type, see
ExpressionKind::ReadInteger.