From b5e0fdd92f7b99d12074643ca6a61ac5169b31c0 Mon Sep 17 00:00:00 2001 From: Dany-coder778 <79911639+Dany-coder778@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:14:06 +0200 Subject: [PATCH] iat-patcher: Add version 0.3.5.4 --- bucket/iat-patcher.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/iat-patcher.json diff --git a/bucket/iat-patcher.json b/bucket/iat-patcher.json new file mode 100644 index 00000000000000..ff6fcab561d0b6 --- /dev/null +++ b/bucket/iat-patcher.json @@ -0,0 +1,33 @@ +{ + "version": "0.3.5.4", + "description": "Persistent IAT hooking application (for PE files).", + "homepage": "https://hshrzd.wordpress.com/iat-patcher/", + "license": "BSD-2-Clause", + "suggest": { + "Visual C++ Redistributable": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/hasherezade/IAT_patcher/releases/download/v0.3.5.4/IAT_patcher_x64.zip", + "hash": "aa6ebdc89d18c4702dc920af7fb56f64cd01569c7808b8b90059e1930b866083" + }, + "32bit": { + "url": "https://github.com/hasherezade/IAT_patcher/releases/download/v0.3.5.4/IAT_patcher_x86.zip", + "hash": "5edc0abca1fb28796a3e1766b0012028e3b30912ff6294526c87b9a2dd3e4d6c" + } + }, + "bin": "iat_patcher.exe", + "checkver": { + "github": "https://github.com/hasherezade/IAT_patcher" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/hasherezade/IAT_patcher/releases/download/v$version/IAT_patcher_x86.zip" + }, + "32bit": { + "url": "https://github.com/hasherezade/IAT_patcher/releases/download/v$version/IAT_patcher_x86.zip" + } + } + } +}