2023-04-21 08:26:47 +00:00

51 lines
1.6 KiB
JSON

{
"version": "4.3.1-2141",
"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.3.1/yara-4.3.1-2141-win64.zip",
"hash": "841f0295380e549195b67bce492611826194fbf6fa9d941a08c8626fb9d7dd14",
"bin": [
[
"yara64.exe",
"yara"
],
[
"yarac64.exe",
"yarac"
]
]
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.3.1/yara-4.3.1-2141-win32.zip",
"hash": "07a68a4defa6734884d5a21b0913e49d91b2e285d85d5f38bcd42deb7fc6d4e2",
"bin": [
[
"yara32.exe",
"yara"
],
[
"yarac32.exe",
"yarac"
]
]
}
},
"checkver": {
"github": "https://github.com/VirusTotal/yara",
"regex": "yara-([\\d.-]+)-win64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-$version-win32.zip"
}
}
}
}