-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathida-plugin.json
More file actions
26 lines (26 loc) · 789 Bytes
/
ida-plugin.json
File metadata and controls
26 lines (26 loc) · 789 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
{
"IDAMetadataDescriptorVersion": 1,
"plugin": {
"name": "HashDB",
"entryPoint": "hashdb.py",
"version": "1.10.0",
"description": "Malware string hash lookup plugin connecting to the OALABS HashDB service for algorithm identification and bulk import.",
"license": "BSD-3-Clause",
"idaVersions": ">=7.5",
"urls": {
"repository": "https://github.com/OALabs/hashdb-ida"
},
"authors": [
{
"name": "herrcore",
"email": "sergei@openanalysis.net"
}
],
"pythonDependencies": [
"requests"
],
"categories": ["malware-analysis", "deobfuscation"],
"keywords": ["hash", "malware", "string-lookup", "reverse-engineering", "obfuscation", "api-resolution", "shellcode"],
"logoPath": "hashi.png"
}
}