mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
30 lines
868 B
JSON
30 lines
868 B
JSON
{
|
|
"homepage": "https://github.com/radareorg/cutter",
|
|
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
|
|
"license": "GPL-3.0",
|
|
"version": "1.8.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.8.0/Cutter-v1.8.0-x64.Windows.zip",
|
|
"hash": "e7d747d2c088ba5eb6114e386cc82aa8174a2a8296ea6fcd75dce3fa339a9850"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|