{ "version": "0.5.1", "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.1/rizin_installer-v0.5.1-x86_64.exe", "hash": "ff2d9c510a0edc3b5c8e252a8955aead59a655fac47e53b3a1aedce29f321cbd" }, "32bit": { "url": "https://github.com/rizinorg/rizin/releases/download/v0.5.1/rizin_installer-v0.5.1-x86.exe", "hash": "55e23899b9e2d98a56fa296b58e9047fc30fbd31900d9d3549e39fe737ce27a3" } }, "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" } } } }