2022-03-10 16:30:02 +00:00

51 lines
1.6 KiB
JSON

{
"version": "4.2.0-1885",
"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.2.0/yara-v4.2.0-1885-win64.zip",
"hash": "56d379b99bbf9b9894ff80c948876d5206ba79342774186eb0ef6ed63fd79ba6",
"bin": [
[
"yara64.exe",
"yara"
],
[
"yarac64.exe",
"yarac"
]
]
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.2.0/yara-v4.2.0-1885-win32.zip",
"hash": "6bd97c43dd2af3da2d383b56c1ae8070f4867e57ce2c4c44801200320a9b3d35",
"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"
}
}
}
}