2025-09-05 08:30:24 +00:00

27 lines
911 B
JSON

{
"version": "1.6.0",
"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.6.0/yara-x-v1.6.0-x86_64-pc-windows-msvc.zip",
"hash": "74355fc9711f409b7fd6b399ef97bd23cbfbe472c7a14f4b0e3a9def133b3e04"
}
},
"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"
}
}
}
}