Releases: avast/yaramod
Releases · avast/yaramod
v3.12.2
v3.10.8
v3.10.4
Introducing Incomplete parsing mode allowing incomplete rules to be parsed and rulest with unknown symbols and imports.
v3.9.0
Release v3.9.0
v3.0.0b1
v2.12.1
- Bump the required C++ standard from 14 to 17.
- Use
std::optional
andstd::variant
from standard C++17 instead ofnonstd::optional
andmpark::variant
fromdep/optional_lite
anddep/variant
. Remove these dependencies.