2023-08-05 04:27:54 +00:00

44 lines
1.4 KiB
JSON

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