-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathradare2.json
51 lines (51 loc) · 1.75 KB
/
radare2.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
48
49
50
51
{
"version": "5.9.8",
"description": "UNIX-like reverse engineering framework and command-line toolset",
"homepage": "https://www.radare.org/n/radare2.html",
"license": "LGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/radare2/releases/download/5.9.8/radare2-5.9.8-w64.zip",
"hash": "0f4fd96967ddf3747277e37bb93b23493b0cb875acdc8303ab7e285edbe178de",
"extract_dir": "radare2-5.9.8-w64"
},
"32bit": {
"url": "https://github.com/radareorg/radare2/releases/download/5.9.8/radare2-5.9.8-w32.zip",
"hash": "9e869c067d6c9a551048add231ef8b38d705898056ae27f54333d2904bd8dc2c",
"extract_dir": "radare2-5.9.8-w32"
}
},
"bin": [
[
"bin\\radare2.exe",
"r2"
],
"bin\\r2agent.exe",
"bin\\rabin2.exe",
"bin\\radare2.exe",
"bin\\radiff2.exe",
"bin\\rafind2.exe",
"bin\\ragg2.exe",
"bin\\rahash2.exe",
"bin\\rarun2.exe",
"bin\\rasign2.exe",
"bin\\rasm2.exe",
"bin\\ravc2.exe",
"bin\\rax2.exe"
],
"checkver": {
"github": "https://github.com/radareorg/radare2"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/radare2/releases/download/$version/radare2-$version-w64.zip",
"extract_dir": "radare2-$version-w64"
},
"32bit": {
"url": "https://github.com/radareorg/radare2/releases/download/$version/radare2-$version-w32.zip",
"extract_dir": "radare2-$version-w32"
}
}
}
}