mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 14:51:22 +00:00
drmemory: Add version 2.5.19232 (#3979)
* drmemory: Add version 2.5.19232 * Update bucket/drmemory.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/drmemory.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/drmemory.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
f022d14ac2
commit
4c1a4b4512
41
bucket/drmemory.json
Normal file
41
bucket/drmemory.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": "2.5.19232",
|
||||
"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.5.19232/DrMemory-Windows-2.5.19232.zip",
|
||||
"hash": "a2366894c5b9c4217795d44147c6f9891b72b1d87a342915584ebdcdabdd0719",
|
||||
"extract_dir": "DrMemory-Windows-2.5.19232",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"bin": [
|
||||
"bin64\\drconfig.exe",
|
||||
"bin64\\drltrace.exe",
|
||||
"bin64\\drmemory.exe",
|
||||
"bin64\\drstrace.exe",
|
||||
"bin64\\symquery.exe",
|
||||
"bin64\\vs_external_tool.exe",
|
||||
"bin64\\winsyms.exe"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"bin": [
|
||||
"bin\\drconfig.exe",
|
||||
"bin\\drltrace.exe",
|
||||
"bin\\drmemory.exe",
|
||||
"bin\\drstrace.exe",
|
||||
"bin\\symquery.exe",
|
||||
"bin\\vs_external_tool.exe",
|
||||
"bin\\winsyms.exe"
|
||||
]
|
||||
}
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://github.com/DynamoRIO/drmemory",
|
||||
"regex": "tag/cronbuild-([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/DynamoRIO/drmemory/releases/download/cronbuild-$version/DrMemory-Windows-$version.zip",
|
||||
"extract_dir": "DrMemory-Windows-$version"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user