mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +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.6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.6/Cutter-v1.6-win64.zip",
|
|
"hash": "d740658e084262abef486e6cbb3062eb081872740eaf2f70d931e0514f5e2346"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.6/Cutter-v1.6-win32.zip",
|
|
"hash": "343f4cbc59143f93c4fa680ea22cec9d3f08d70b8ed48bb387e5188209df1257"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|