Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
dbcbde2401 nasm: Update to version 3.01 2025-10-11 08:30:12 +00:00
github-actions[bot]
fc06531a70 dynamorio: Update to version 11.90.20369 2025-10-11 04:29:01 +00:00
github-actions[bot]
c01f2924f1 drmemory: Update to version 2.6.20368 2025-10-11 04:29:00 +00:00
3 changed files with 14 additions and 14 deletions

View File

@ -1,11 +1,11 @@
{
"version": "2.6.20282",
"version": "2.6.20368",
"description": "Memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized/unaddressable/freed memory, double frees, memory leaks, handle leaks, GDI API usage errors and accesses to un-reserved thread local storage slots.",
"homepage": "https://drmemory.org",
"license": "LGPL-2.1-only",
"url": "https://github.com/DynamoRIO/drmemory/releases/download/cronbuild-2.6.20282/DrMemory-Windows-2.6.20282.zip",
"hash": "5c6a4ee714fd11cb9704a052dd93b0b77e5540d671a0f1af6eee126b5d3fdf95",
"extract_dir": "DrMemory-Windows-2.6.20282",
"url": "https://github.com/DynamoRIO/drmemory/releases/download/cronbuild-2.6.20368/DrMemory-Windows-2.6.20368.zip",
"hash": "93dc7a7509d76dc543caa3c61eba9069053c886d4934c48e114fb199c20c2626",
"extract_dir": "DrMemory-Windows-2.6.20368",
"architecture": {
"64bit": {
"bin": [

View File

@ -1,11 +1,11 @@
{
"version": "11.90.20363",
"version": "11.90.20369",
"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-11.90.20363/DynamoRIO-Windows-11.90.20363.zip",
"hash": "b363b6b4c0c25d7d4332ec502b4b6b72c2db9151c72c9b8da6c782c71cd6971a",
"extract_dir": "DynamoRIO-Windows-11.90.20363",
"url": "https://github.com/DynamoRIO/dynamorio/releases/download/cronbuild-11.90.20369/DynamoRIO-Windows-11.90.20369.zip",
"hash": "7dcb4207525f0612a8c79f7f75c9d3260b022048b750f043f7e9ab544b7191f9",
"extract_dir": "DynamoRIO-Windows-11.90.20369",
"architecture": {
"64bit": {
"bin": [

View File

@ -1,19 +1,19 @@
{
"version": "3.00",
"version": "3.01",
"description": "80x86 and x86-64 assembler designed for portability and modularity.",
"homepage": "https://www.nasm.us",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.00/win64/nasm-3.00-win64.zip",
"hash": "bec5259760c1db38bcce247ab02eff567666486789574161a7a1aa7da9cf6af7"
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.01/win64/nasm-3.01-win64.zip",
"hash": "e0ba5157007abc7b1a65118a96657a961ddf55f7e3f632ee035366dfce039ca4"
},
"32bit": {
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.00/win32/nasm-3.00-win32.zip",
"hash": "49a71393f54c2b0793b1a8a965c4fecbfe1a282c59767313aa51d789d7bb4c79"
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.01/win32/nasm-3.01-win32.zip",
"hash": "aea1a327ae163c5b1df066d5e3c7ce5c574fbea997731d11417b9e10dca4d9b1"
}
},
"extract_dir": "nasm-3.00",
"extract_dir": "nasm-3.01",
"bin": [
"nasm.exe",
"ndisasm.exe"