mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/radareorg/cutter",
|
|
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
|
|
"license": "GPL-3.0",
|
|
"version": "1.7.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x64.Windows.zip",
|
|
"hash": "3bf6726ec962ba6439662db7e8f413da9e66e221ee65035c310e4fd50c9aa703"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86.Windows.zip",
|
|
"hash": "4c7358af8febcb88114d4c44622153dc4f50336d61c018d8bc49673a0b839185"
|
|
}
|
|
},
|
|
"bin": "cutter.exe",
|
|
"shortcuts": [
|
|
[
|
|
"cutter.exe",
|
|
"Cutter"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/radareorg/cutter"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x86.Windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|