2025-04-27 16:29:40 +00:00

44 lines
1.4 KiB
JSON

{
"version": "0.8.0",
"description": "UNIX-like reverse engineering framework and command-line toolset.",
"homepage": "https://rizin.re/",
"license": "LGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.8.0/rizin_installer-v0.8.0-x86_64.exe",
"hash": "42d5068fd017a11fc26a72f1abd6dbb2a77394e810c0e6b988a71ca10cd3ea7e"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.8.0/rizin_installer-v0.8.0-x86.exe",
"hash": "88fb69200871c879f1c1048297cf572d400404481c8411a51c070a4dba10dff8"
}
},
"innosetup": true,
"bin": [
"bin\\rizin.exe",
"bin\\rz-asm.exe",
"bin\\rz-ax.exe",
"bin\\rz-bin.exe",
"bin\\rz-diff.exe",
"bin\\rz-find.exe",
"bin\\rz-gg.exe",
"bin\\rz-hash.exe",
"bin\\rz-run.exe",
"bin\\rz-sign.exe",
"bin\\rz-test.exe"
],
"checkver": {
"github": "https://github.com/rizinorg/rizin"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v$version/rizin_installer-v$version-x86_64.exe"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v$version/rizin_installer-v$version-x86.exe"
}
}
}
}