2021-08-23 10:17:10 -07:00

51 lines
1.6 KiB
JSON

{
"version": "4.1.2-1693",
"description": "A malware samples pattern matching tool.",
"homepage": "https://virustotal.github.io/yara/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.1.2/yara-v4.1.2-1693-win64.zip",
"hash": "97d8bc6767ed2de2a9f92ece5680aa15c38209c7cbaded2a62061e8a5821600d",
"bin": [
[
"yara64.exe",
"yara"
],
[
"yarac64.exe",
"yarac"
]
]
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.1.2/yara-v4.1.2-1693-win32.zip",
"hash": "177925cee615aea446b4374286a1baf1ffc17d3af1deb706fa6e3d84f755836b",
"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"
}
}
}
}