mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.6.19800",
 | 
						|
    "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.19800/DrMemory-Windows-2.6.19800.zip",
 | 
						|
    "hash": "f703ca0895c6feaf5da2416cc5d17490d4087d75bfd110d4b90402971e06dc42",
 | 
						|
    "extract_dir": "DrMemory-Windows-2.6.19800",
 | 
						|
    "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"
 | 
						|
    }
 | 
						|
}
 |