2018-08-26 16:13:00 -04:00

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.8.1",
"architecture": {
"64bit": {
"url": "https://www.dropbox.com/sh/umip8ndplytwzj1/AADDmWwQWZ81GcEif7XvGyuxa/yara-3.8.1-win64.zip?dl=1",
"hash": "70CFFA5B7C81A506A5C2D74D9F970F857D8D2DE548ADAB252C7F4BFDBB28E982",
"bin": [
[
"yara64.exe",
"yara"
],
[
"yarac64.exe",
"yarac"
]
]
},
"32bit": {
"url": "https://www.dropbox.com/sh/umip8ndplytwzj1/AAAa5VT4VvFdTfq-c5Cn3yk1a/yara-3.8.1-win32.zip?dl=1",
"hash": "9F13A6DE03237BCF10367A69F9EF7B5CF22B829244E8D45C48A2047ED22CFD9A",
"bin": [
[
"yara32.exe",
"yara"
],
[
"yarac32.exe",
"yarac"
]
]
}
},
"checkver": {
"github": "https://github.com/VirusTotal/yara"
}
}