2024-03-05 16:27:25 +00:00

44 lines
1.4 KiB
JSON

{
"version": "0.7.2",
"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.7.2/rizin_installer-v0.7.2-x86_64.exe",
"hash": "89eaad02b5f5b2b9b9d2a3a845469276f6a2c605770ddcc1711d94f97a10fe2d"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.7.2/rizin_installer-v0.7.2-x86.exe",
"hash": "dbe89d34de5632f305f8e9063d6d1bc718bf0c800bf398e0b0cac59d8eb5df3b"
}
},
"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"
}
}
}
}