-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
27 lines (27 loc) · 995 Bytes
/
plugin.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
{
"pluginmetadataversion" : 2,
"name": "Bindra",
"type": ["ui", "helper"],
"api": ["python2", "python3"],
"description": "Bindra - Ghidra decompiler integration for Binary Ninja",
"longdescription": "TODO",
"license": {
"name": "LGPL v3",
"text": "TODO"
},
"platforms" : ["Darwin", "Linux", "Windows"],
"installinstructions" : {
"Darwin" : "Install the following pip packages: ...\n\nInstall the following brew packages: ...",
"Linux" : "Install the following pip packages: ...\n\nInstall the following apt packages: ...",
"Windows" : "Install the following pip packages: ...\n\nInstall the following libraries: ..."
},
"dependencies": {
"pip": ["array", "of", "pip", "dependencies"],
"apt": ["apt", "packages"],
"installers": ["https://bogus-domain/this-package.exe"],
"other": ["The sample plugin requires [this random package](https://bogus-domain/this-package/) be installed."]
},
"version": "0.1.0",
"author": "DarkyZ",
"minimumbinaryninjaversion": 1200
}