From e9efb7b5ec66688ce47441c2f8a1cc0b8b515f0c Mon Sep 17 00:00:00 2001 From: Dany-coder778 <79911639+Dany-coder778@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:23:53 +0200 Subject: [PATCH] dynamorio: Add version 9.0.19255 (#3978) * dynamorio: Add version 9.0.19255 * Update bucket/dynamorio.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/dynamorio.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/dynamorio.json | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 bucket/dynamorio.json diff --git a/bucket/dynamorio.json b/bucket/dynamorio.json new file mode 100644 index 0000000000..369f46b8ac --- /dev/null +++ b/bucket/dynamorio.json @@ -0,0 +1,59 @@ +{ + "version": "9.0.19255", + "description": "DynamoRIO is a runtime code manipulation system that supports code transformations on any part of a program, while it executes.", + "homepage": "https://dynamorio.org", + "license": "BSD-3-Clause-Clear", + "url": "https://github.com/DynamoRIO/dynamorio/releases/download/cronbuild-9.0.19255/DynamoRIO-Windows-9.0.19255.zip", + "hash": "29f3853a088fd179bded87c3463900797d8913405080e653cfa333a89caed2b1", + "extract_dir": "DynamoRIO-Windows-9.0.19255", + "architecture": { + "64bit": { + "bin": [ + "bin64\\closewnd.exe", + "bin64\\create_process.exe", + "bin64\\drconfig.exe", + "bin64\\DRcontrol.exe", + "bin64\\drdisas.exe", + "bin64\\drinject.exe", + "bin64\\DRkill.exe", + "bin64\\DRload.exe", + "bin64\\drrun.exe", + "bin64\\DRstats.exe", + "bin64\\DRview.exe", + "bin64\\dummy.exe", + "bin32\\ldmp.exe", + "bin64\\svccntrl.exe", + "bin64\\winstats.exe", + "bin64\\balloon.exe" + ] + }, + "32bit": { + "bin": [ + "bin32\\closewnd.exe", + "bin32\\create_process.exe", + "bin32\\drconfig.exe", + "bin32\\DRcontrol.exe", + "bin32\\drdisas.exe", + "bin32\\drinject.exe", + "bin32\\DRkill.exe", + "bin32\\DRload.exe", + "bin32\\drrun.exe", + "bin32\\DRstats.exe", + "bin32\\DRview.exe", + "bin32\\dummy.exe", + "bin32\\ldmp.exe", + "bin32\\svccntrl.exe", + "bin32\\winstats.exe", + "bin32\\balloon.exe" + ] + } + }, + "checkver": { + "url": "https://github.com/DynamoRIO/dynamorio", + "regex": "tag/cronbuild-([\\d.]+)" + }, + "autoupdate": { + "url": "https://github.com/DynamoRIO/dynamorio/releases/download/cronbuild-$version/DynamoRIO-Windows-$version.zip", + "extract_dir": "DynamoRIO-Windows-$version" + } +}