2025-10-07 16:31:08 +00:00

27 lines
911 B
JSON

{
"version": "1.8.1",
"description": "A malware samples pattern matching tool, re-incarnation of YARA.",
"homepage": "https://virustotal.github.io/yara-x/",
"license": {
"identifier": "BSD-3-Clause",
"url": "https://github.com/VirusTotal/yara-x/blob/main/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara-x/releases/download/v1.8.1/yara-x-v1.8.1-x86_64-pc-windows-msvc.zip",
"hash": "0855acfc998589c207f0402f2f92bf1ab1f7a1b2d8aa61a55a370bb314aa8897"
}
},
"bin": "yr.exe",
"checkver": {
"github": "https://github.com/VirusTotal/yara-x"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara-x/releases/download/v$version/yara-x-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}