2019-09-19 11:22:33 +08:00

46 lines
1.3 KiB
JSON

{
"homepage": "https://www.radare.org/r/",
"version": "3.9.0",
"license": "LGPL-3.0-only",
"description": "Portable reversing framework.",
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/3.9.0/radare2-msvc_64-3.9.0.zip",
"hash": "sha1:59f74e633e51393238281fa8f5d6e60c4ee50e33",
"extract_dir": "radare2-vs2017_64-3.9.0"
}
},
"bin": [
[
"bin\\radare2.exe",
"r2"
],
"bin\\r2agent.exe",
"bin\\rabin2.exe",
"bin\\radare2.exe",
"bin\\radiff2.exe",
"bin\\rafind2.exe",
"bin\\ragg2.exe",
"bin\\rahash2.exe",
"bin\\rarun2.exe",
"bin\\rasm2.exe",
"bin\\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"
}
}
}