{ "homepage": "https://virustotal.github.io/yara/", "description": "A malware samples pattern matching tool.", "license": "BSD-3-Clause", "version": "4.0.1-1323", "architecture": { "64bit": { "url": "https://github.com/VirusTotal/yara/releases/download/v4.0.1/yara-v4.0.1-1323-win64.zip", "hash": "f2fcb1ca37bf5c79d4bb006dae61fba4d22df72497f2a40bcdd354f7767bb95a", "bin": [ [ "yara64.exe", "yara" ], [ "yarac64.exe", "yarac" ] ] }, "32bit": { "url": "https://github.com/VirusTotal/yara/releases/download/v4.0.1/yara-v4.0.1-1323-win32.zip", "hash": "26bb30d2730fbdb670c808092e894ec6cd7306a065afe2d7a11e417a982bbe31", "bin": [ [ "yara32.exe", "yara" ], [ "yarac32.exe", "yarac" ] ] } }, "checkver": { "github": "https://github.com/VirusTotal/yara", "regex": "yara-v([\\d.-]+)-win64" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-v$version-win64.zip" }, "32bit": { "url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-v$version-win32.zip" } } } }