{ "version": "8.4.240527", "description": "A multi-processor disassembler and debugger that offers so many features it is hard to describe them all", "homepage": "https://hex-rays.com/ida-free/", "license": "Freeware", "notes": [ "Starting from version 9.0, IDA Free requires a Hex-Rays account to download.", "Please visit the official homepage to download later versions: https://hex-rays.com/ida-free", "More information: https://hex-rays.com/faqs/why-i-need-to-have-a-my-hex-rays-account-to-download-ida-free" ], "architecture": { "64bit": { "url": "https://out7.hex-rays.com/files/idafree84_windows.exe", "hash": "a2fc7eae91860a6d05c946d1ee8ab59afd061e8fc5f965de4112d66b16ac2091" } }, "pre_install": "if (!(is_admin)) { throw 'Administrator privileges are required' }", "installer": { "args": [ "--mode", "unattended", "--prefix", "$dir" ] }, "bin": "ida64.exe", "shortcuts": [ [ "ida64.exe", "IDA Freeware" ] ], "pre_uninstall": "if (!(is_admin)) { throw 'Administrator privileges are required' }", "uninstaller": { "file": "uninstall.exe", "args": [ "--mode", "unattended" ] }, "autoupdate": { "architecture": { "64bit": { "url": "https://out7.hex-rays.com/files/idafree$majorVersion$minorVersion_windows.exe", "hash": { "url": "https://hex-rays.com/ida-free/#download", "regex": "$sha256\\s+$basename" } } } } }