2020-09-04 08:30:02 +02:00

28 lines
821 B
JSON

{
"version": "1.12.0",
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
"homepage": "https://github.com/radareorg/cutter",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.12.0/Cutter-v1.12.0-x64.Windows.zip",
"hash": "6f0688b0bf388d940fed3681020dfe4fbe0522e144a31910b6909ce38bdadb7b"
}
},
"bin": "cutter.exe",
"shortcuts": [
[
"cutter.exe",
"Cutter"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip"
}
}
}
}