{
    "##": "Autoupdate was removed because ver 0.2.5.6 is an experimental version.",
    "version": "0.2.5.5",
    "description": "A tool for static analysis of PE files, based on bearparser & capstone",
    "homepage": "https://hshrzd.wordpress.com/vidi-visual-disassembler/",
    "license": "BSD-2-Clause",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/hasherezade/ViDi/releases/download/0.2.5.5/vidi_0.2.5.5_x64_win.zip",
            "hash": "487f27e9df14c4da167caab3556a45cc0900028adde3100433be9cf0a64439d9"
        },
        "32bit": {
            "url": "https://github.com/hasherezade/ViDi/releases/download/0.2.5.5/vidi_0.2.5.5_x86_win.zip",
            "hash": "62053d88415f5f5061231280d8614b03603f59e980548ea297d1ecb82c0c3b28"
        }
    },
    "bin": "vidi.exe",
    "shortcuts": [
        [
            "vidi.exe",
            "ViDi"
        ]
    ],
    "checkver": {
        "url": "https://github.com/hasherezade/ViDi/releases",
        "regex": "download/([\\d.]+)/"
    }
}
