2019-12-20 20:00:46 +00:00

30 lines
876 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.10.0",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.10.0/Cutter-v1.10.0-x64.Windows.zip",
"hash": "307f7f30aba011ecad98d7799e3fc33ba169f9b6a65b5fcb14258d37514f9dc7"
}
},
"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"
}
}
}
}