mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +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.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.4/Cutter-v1.4-win64.zip",
|
|
"hash": "3de1d6510461782fa8858a6b2cba33c2fb667b81cb6aa97fa324a8b76d9f121e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.4/Cutter-v1.4-win32.zip",
|
|
"hash": "0a068813a032b5fe0640fe8fd5d7d5e09737b48314ba30176614253390688ed1"
|
|
}
|
|
},
|
|
"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-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|