Releases: Velocidex/yara-tools
Releases · Velocidex/yara-tools
Release 0.2
This release adds a --verify flag to reject rules that do not work with Velociraptor's yara engine. Use like this
./yara_tool clean ./testing/yara.txt --verify > good_rules.txt
Rule NumberOfSignatures rejected: invalid field name "number_of_signatures"
Will report the rules that were rejected automatically.
Release 0.1
First public release.