mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://virustotal.github.io/yara/",
|
|
"description": "The pattern matching swiss knife for malware researchers (and everyone else)",
|
|
"license": "BSD-3-Clause",
|
|
"version": "3.7.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.dropbox.com/sh/umip8ndplytwzj1/AAD4UailMYf9cGxEqX1U_Zlza/yara-3.7.1-win64.zip?dl=1",
|
|
"hash": "2BC3FCCA50994CD3791E903115D48E94CB257260E1678497B32E2B02A20643C0",
|
|
"bin": [
|
|
[
|
|
"yara64.exe",
|
|
"yara"
|
|
],
|
|
[
|
|
"yarac64.exe",
|
|
"yarac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.dropbox.com/sh/umip8ndplytwzj1/AABbEtlnI3GtR86GLQSjntD_a/yara-3.7.1-win32.zip?dl=1",
|
|
"hash": "44D91C0D7D885AE6C3638A44C9BEB4421CB651DBF818536E81002E9EFDCF0F5A",
|
|
"bin": [
|
|
[
|
|
"yara32.exe",
|
|
"yara"
|
|
],
|
|
[
|
|
"yarac32.exe",
|
|
"yarac"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/VirusTotal/yara"
|
|
}
|
|
}
|