- Notifications
You must be signed in to change notification settings - Fork42
Parsing of YARA rules into AST and building new rulesets in C++.
License
MIT, Unknown licenses found
Licenses found
avast/yaramod
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
⚠️ Since version 4.x.x, yaramod is now focused on keeping compatibility withYARA-X and may not parse all YARA compatible rules anymore. It is planned to eventually decommission whole yaramod project in favor of YARA-X native parser. If you are interested in just YARA compatibility then still use yaramod 3.x.x.⚠️
yaramod
is a library that provides parsing ofYARA rules into AST and a C++ programming interface to build new YARA rulesets. This project is not associated with the YARA project.
yaramod
also comes with Python bindings and this repository should be fully compatible with installation usingpip
.
You can find our documentation onRead the Docs.
You can generate the API documentation by yourself. Pass-DYARAMOD_DOCS=ON
tocmake
and runmake doc
.
Copyright (c) 2017 Avast Software, licensed under the MIT license. See theLICENSE
file for more details.
yaramod
uses third-party libraries or other resources listed, along with their licenses, in theLICENSE-THIRD-PARTY
file.
About
Parsing of YARA rules into AST and building new rulesets in C++.