yaramod
Rule parser
A C++ library for parsing and generating YARA rulesets.
Parsing of YARA rules into AST and building new rulesets in C++.
120 stars
16 watching
44 forks
Language: C++
last commit: 23 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bitsofbinary/yaraparser | A Python tool to parse and represent Yara rules in a structured format | 8 |
avast/yls | A language server for YARA, providing features like code completion and linting. | 68 |
plyara/plyara | Tool to parse YARA rules into a dictionary representation for easier manipulation and analysis | 174 |
circl/yara-validator | Validates Yara rules and tries to repair broken ones | 39 |
avast/yari | An interactive debugger for a specific programming language | 88 |
sophos/yaraml_rules | Automatically generates Yara rules from machine learning models trained on malware and benign data | 211 |
m0n4/yara-matches-correspondance-array | A tool to visually analyze the correspondences between YARA rules and sample strings | 3 |
vubiostat/r-yaml | A C-based R package for parsing and generating YAML documents | 166 |
neo23x0/yaranalyzer | Analyzes and reports on Yara rules and files | 359 |
yaml/adayaml | An experimental implementation of the YAML 1.3 standard in Ada. | 37 |
dissectmalware/yaradbg-backend | An application backend designed to facilitate Yara rule analysis and root cause identification in malware detection. | 24 |
northern-lights/yara-parser | A Go library for manipulating YARA rulesets using the same grammar and lexer as the original libyara. | 82 |
matonis/yara_tools | A Python library for creating YARA rules with automated features. | 72 |
fadavvi/yara-repo | A script to collect and aggregate Yara rules from various sources. | 26 |
efforg/yaya | Automates the curation and scanning of Yara rules using a command-line interface. | 267 |