{
    "version": "1.5.0",
    "description": "Command line utility to inject and eject DLLs.",
    "homepage": "https://github.com/nefarius/Injector",
    "license": "MIT",
    "notes": [
        "Specifying DLLs as non-absolute paths without the cwd prefix ('./') results in them being inferred as relative to 'Injector.exe' instead of the process working directory.",
        "You may keep DLLs to be injected in the persisted 'lib' directory for usage while avoiding absolute paths.",
        "ex: `injector --process-name app.exe --inject lib/example.dll`"
    ],
    "url": "https://github.com/nefarius/Injector/releases/download/v1.5.0/Injector_x86_amd64_arm64.zip",
    "hash": "ae8729976ae97cc068813ec67981833f26cf92b5cde0ffe16c01b7b44e346a38",
    "architecture": {
        "64bit": {
            "extract_dir": "x64"
        },
        "32bit": {
            "extract_dir": "Win32"
        },
        "arm64": {
            "extract_dir": "ARM64"
        }
    },
    "bin": "Injector.exe",
    "persist": "lib",
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/nefarius/Injector/releases/download/v$version/Injector_x86_amd64_arm64.zip"
    }
}
