-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathida-plugin.json
More file actions
33 lines (33 loc) · 822 Bytes
/
ida-plugin.json
File metadata and controls
33 lines (33 loc) · 822 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
{
"IDAMetadataDescriptorVersion": 1,
"plugin": {
"name": "efiXplorer",
"entryPoint": "efiXplorer",
"version": "6.2.0",
"idaVersions": ">=8.3",
"urls": {
"repository": "https://github.com/rehints/efixplorer"
},
"authors": [
{
"name": "yeggor",
"email": "yv@yegor.cc"
}
],
"description": "IDA plugin and loader for UEFI firmware analysis and reverse engineering automation",
"platforms": [
"windows-x86_64",
"linux-x86_64",
"macos-x86_64",
"macos-aarch64"
],
"license": "GPL-3.0-only",
"logoPath": "pics/efiXplorer.png",
"categories": [
"file-parsers-and-loaders",
"decompilation",
"vulnerability-research-and-exploit-development"
],
"keywords": ["firmware", "uefi", "efi"]
}
}