yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
import "hash"

rule test {
	condition:
		hash.md5(0, filesize) == "feba6c919e3797e7778e8f2e85fa033d" or
		hash.md5(0, filesize) == "275876e34cf609db118f3d84b799a790"
}