2024-12-21 16:29:25 +00:00

44 lines
1.4 KiB
JSON

{
"version": "0.7.4",
"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.4/rizin_installer-v0.7.4-x86_64.exe",
"hash": "dcc266d196b80fc8e6bab5626a6d80a05887ce2c0790f09ba3c73fc16373c795"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.7.4/rizin_installer-v0.7.4-x86.exe",
"hash": "6701d8263e54bab79b2e8feea3a9e68bad3f574455ee14129d0e23ae00df776e"
}
},
"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"
}
}
}
}