2019-06-28 17:42:02 +08:00

42 lines
1.1 KiB
JSON

{
"homepage": "https://www.radare.org/r/",
"version": "3.6.0",
"license": "GPL-2.0",
"description": "Portable reversing framework.",
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/3.6.0/radare2-msvc_64-3.6.0.zip",
"hash": "sha1:fe34f0b58a81ebffc54e60e54e7dc8250df102f6",
"extract_dir": "radare2-vs2017_64-3.6.0"
}
},
"bin": [
"r2agent.exe",
"rabin2.exe",
"radare2.exe",
"radiff2.exe",
"rafind2.exe",
"ragg2.exe",
"rahash2.exe",
"rarun2.exe",
"rasm2.exe",
"rax2.exe"
],
"checkver": {
"url": "https://www.radare.org/r/down.html",
"re": "last release is ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
"extract_dir": "radare2-vs2017_64-$version"
}
},
"hash": {
"url": "https://radare.mikelloc.com/release/$version",
"regex": "$basename.*?$sha1"
}
}
}