mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"version": "6.1.0",
|
|
"description": "UNIX-like reverse engineering framework and command-line toolset",
|
|
"homepage": "https://www.radare.org/n/radare2.html",
|
|
"license": "LGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/radare2/releases/download/6.1.0/radare2-6.1.0-w64.zip",
|
|
"hash": "05fa3d5cd793bb3a5b92ae726ac0312d6eade8a154fe0638d8d84c838f9b7adf",
|
|
"extract_dir": "radare2-6.1.0-w64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radareorg/radare2/releases/download/6.1.0/radare2-6.1.0-w32.zip",
|
|
"hash": "03a68c1385ee15e355dbc825ce69589257a3a4a6d15ac18040e712b732938b76",
|
|
"extract_dir": "radare2-6.1.0-w32"
|
|
}
|
|
},
|
|
"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\\rasign2.exe",
|
|
"bin\\rasm2.exe",
|
|
"bin\\ravc2.exe",
|
|
"bin\\rax2.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/radareorg/radare2"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/radare2/releases/download/$version/radare2-$version-w64.zip",
|
|
"extract_dir": "radare2-$version-w64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radareorg/radare2/releases/download/$version/radare2-$version-w32.zip",
|
|
"extract_dir": "radare2-$version-w32"
|
|
}
|
|
}
|
|
}
|
|
}
|