Skip to content

Commit 7cba3e3

Browse files
authored
update ida-plugin.json (#124)
1 parent a14f40d commit 7cba3e3

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

ida-plugin.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,31 @@
33
"plugin": {
44
"name": "efiXplorer",
55
"entryPoint": "efiXplorer",
6+
"version": "6.1.1",
7+
"idaVersions": ">=8.3",
8+
"urls": {
9+
"repository": "https://github.com/binarly-io/efixplorer"
10+
},
11+
"authors": [
12+
{
13+
"name": "yeggor",
14+
"email": "yv@yegor.cc"
15+
}
16+
],
17+
"description": "IDA plugin and loader for UEFI firmware analysis and reverse engineering automation",
18+
"platforms": [
19+
"windows-x86_64",
20+
"linux-x86_64",
21+
"macos-x86_64",
22+
"macos-aarch64"
23+
],
24+
"license": "GPL-3.0-only",
25+
"logoPath": "pics/efiXplorer.png",
626
"categories": [
727
"file-parsers-and-loaders",
828
"decompilation",
929
"vulnerability-research-and-exploit-development"
1030
],
11-
"logoPath": "pics/efiXplorer.png",
12-
"idaVersions": ">=8.3",
13-
"description": "IDA plugin and loader for UEFI firmware analysis and reverse engineering automation",
14-
"version": "6.1.0"
31+
"keywords": ["firmware", "uefi", "efi"]
1532
}
1633
}

0 commit comments

Comments
 (0)