2019-09-06 09:00:21 +00:00

30 lines
873 B
JSON

{
"homepage": "https://github.com/radareorg/cutter",
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
"license": "GPL-3.0-only",
"version": "1.9.0",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.9.0/Cutter-v1.9.0-x64.Windows.zip",
"hash": "5dc2d2199f0ef2cc2483fc4f6dc4af6e7a3f0d410bc5aeaeba8b0ad2403da6a0"
}
},
"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"
}
}
}
}