forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghidra.json
44 lines (44 loc) · 1.4 KB
/
ghidra.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
{
"version": "10.1.5",
"description": "Ghidra is a software reverse engineering (SRE) framework by the NSA",
"homepage": "https://ghidra-sre.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.1.5_build/ghidra_10.1.5_PUBLIC_20220726.zip",
"hash": "17db4ba7d411d11b00d1638f163ab5d61ef38712cd68e462eb8c855ec5cfb5ed",
"extract_dir": "ghidra_10.1.5_PUBLIC",
"bin": [
"ghidraRun.bat",
[
"ghidraRun.bat",
"ghidra"
]
],
"shortcuts": [
[
"ghidraRun.bat",
"Ghidra",
"",
"support/ghidra.ico"
]
],
"persist": "Ghidra\\Extensions",
"checkver": {
"url": "https://github.com/NationalSecurityAgency/ghidra/releases/latest",
"regex": "ghidra_(?<head>[\\d.]+)_PUBLIC_(?<tail>\\d+)\\.zip",
"replace": "${1}"
},
"autoupdate": {
"url": "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_$matchHead_build/ghidra_$matchHead_PUBLIC_$matchTail.zip",
"extract_dir": "ghidra_$matchHead_PUBLIC",
"hash": {
"url": "https://github.com/NationalSecurityAgency/ghidra/releases/latest",
"regex": "<code>$sha256"
}
}
}