{ "homepage": "https://www.radare.org/r/", "version": "3.6.0", "license": "LGPL-3.0-only", "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_dyn-3.6.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_dyn-$version" } }, "hash": { "url": "https://radare.mikelloc.com/release/$version", "regex": "$basename.*?$sha1" } } }