2023-09-15 00:32:49 +00:00

44 lines
1.4 KiB
JSON

{
"version": "0.6.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.6.2/rizin_installer-v0.6.2-x86_64.exe",
"hash": "9f1dc5fd803afe2ca9751cbc7841b6e76f76900eeb27760afce4676a81047cff"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.6.2/rizin_installer-v0.6.2-x86.exe",
"hash": "f76d907ed0b871d6d25e727d5375aedc34c2fad25adc35e7090562a12d78fc01"
}
},
"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"
}
}
}
}