{
    "version": "3.1.0",
    "description": "A static detector of security mitigations in executables",
    "homepage": "https://trailofbits.github.io/winchecksec/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/trailofbits/winchecksec/releases/download/v3.1.0/windows.x64.Release.zip",
            "hash": "487c14d941f94d8c1098f0da85144f1ecb40fc3e7f39dbaad16c8eab909fff25"
        },
        "32bit": {
            "url": "https://github.com/trailofbits/winchecksec/releases/download/v3.1.0/windows.Win32.Release.zip",
            "hash": "92dc3d73aa09497b31e9f98ec069e23dac1c77e648f2fb65f8669294f2b76871"
        }
    },
    "extract_dir": "build\\Release",
    "bin": "winchecksec.exe",
    "checkver": {
        "github": "https://github.com/trailofbits/winchecksec"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/trailofbits/winchecksec/releases/download/v$version/windows.x64.Release.zip"
            },
            "32bit": {
                "url": "https://github.com/trailofbits/winchecksec/releases/download/v$version/windows.Win32.Release.zip"
            }
        }
    }
}
