2023-02-18 20:25:35 +00:00

45 lines
1.5 KiB
JSON

{
"version": "0.5.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.5.0/rizin_installer-v0.5.0-x86_64.exe",
"hash": "f19241ad48a7144de4b6c18929622ae110fe9f95840a45bc93ba7b3020af186b"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.5.0/rizin_installer-v0.5.0-x86.exe",
"hash": "99c95a3e4e2718043954cf83958523035114d9e69ea49edca160874436c99e20"
}
},
"innosetup": true,
"bin": [
"bin\\rizin.exe",
"bin\\rz-agent.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"
}
}
}
}