-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathida-free.json
47 lines (47 loc) · 1.42 KB
/
ida-free.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"version": "7.7",
"description": "A multi-processor disassembler and debugger that offers so many features it is hard to describe them all",
"homepage": "https://hex-rays.com/ida-free/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://out7.hex-rays.com/files/idafree77_windows.exe",
"hash": "sha1:8cd61f972f868680e7030e58e16aa8b8cac022ba",
"bin": "ida64.exe",
"shortcuts": [
[
"ida64.exe",
"IDA Freeware"
]
]
}
},
"pre_install": "if (!(is_admin)) { throw 'Administrator privileges are required' }",
"installer": {
"args": [
"--mode unattended",
"--unattendedmodeui minimal",
"--installpassword freeware",
"--prefix \"$dir\""
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": "--mode unattended"
},
"checkver": {
"url": "https://hex-rays.com/ida-free/#download",
"regex": "IDA\\sv([\\d.]+)\\s+"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://out7.hex-rays.com/files/idafree$majorVersion$minorVersion_windows.exe"
}
},
"hash": {
"url": "https://hex-rays.com/ida-free/#download",
"regex": "$sha1\\s+$basename"
}
}
}