2022-06-25 16:30:46 +00:00

41 lines
1.4 KiB
JSON

{
"version": "0.4.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.4.0/rizin_installer-v0.4.0-x86_64.exe",
"hash": "b6ee42207aa50a3c62704763c3127a8029467ef753c162f7bc04a1790927d4fa"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.4.0/rizin_installer-v0.4.0-x86.exe",
"hash": "de561f05766b01f23231f800e99c84db9c8169e1abc32acb12a3572ecaf9ee49"
}
},
"innosetup": true,
"bin": [
"bin\\rizin.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"
],
"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"
}
}
}
}