-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathpyhidra.json
More file actions
38 lines (38 loc) · 922 Bytes
/
pyhidra.json
File metadata and controls
38 lines (38 loc) · 922 Bytes
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
{
"organization": "Department of Defense Cyber Crime Center (DC3)",
"name": "Pyhidra",
"description": "Pyhidra is a Python library that provides direct access to the Ghidra API within a native CPython interpreter using jpype.",
"tags": [
"automation",
"ghidra",
"malware-analysis",
"malware-research",
"python"
],
"contact": {
"email": "dc3.information@us.af.mil"
},
"status": "Production",
"vcs": "git",
"languages": [
"Python",
"Java",
"C"
],
"laborHours": 1248,
"repositoryURL": "https://github.com/dod-cyber-crime-center/pyhidra",
"permissions": {
"licenses": [
{
"URL": "https://github.com/dod-cyber-crime-center/pyhidra/blob/master/LICENSE",
"name": "MIT"
}
],
"usageType": "openSource"
},
"date": {
"created": "2022-09-28",
"lastModified": "2024-01-30",
"metadataLastUpdated": "2024-02-08"
}
}