2021-01-26 17:48:23 +01:00

51 lines
1.6 KiB
JSON

{
"version": "4.0.3-1538",
"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.0.3/yara-v4.0.3-1538-win64.zip",
"hash": "a76d170cd0355fb78d7717ba7103b3802fad133af8c5926e23b4d5033061ca8b",
"bin": [
[
"yara64.exe",
"yara"
],
[
"yarac64.exe",
"yarac"
]
]
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.0.3/yara-v4.0.3-1538-win32.zip",
"hash": "61a82a3b91ef34e1ce9e514f002666329937462ccc314db377d08c2c7cfcf9eb",
"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"
}
}
}
}