{
    "version": "8.3",
    "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",
    "architecture": {
        "64bit": {
            "url": "https://out7.hex-rays.com/files/idafree83_windows.exe",
            "hash": "sha1:a63fe3107846ac60fd053c4312482f79d8ab179a"
        }
    },
    "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"
        ]
    },
    "checkver": {
        "url": "https://hex-rays.com/ida-free/#download",
        "regex": "IDA\\sv([\\d.]+)\\s+"
    },
    "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": "$sha1\\s+$basename"
                }
            }
        }
    }
}
