-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 942 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"pluginmetadataversion": 2,
"name": "Arborist",
"type": ["ui", "helper"],
"api": ["python3"],
"description": "Control-flow unflattening analysis and recovered CFG tooling for Binary Ninja.",
"longdescription": "",
"license": {
"name": "UNLICENSED",
"text": "This repository does not currently declare a distributable plugin license. Use within the project according to repository terms."
},
"platforms": ["Darwin", "Linux", "Windows"],
"installinstructions": {
"Darwin": "Clone or symlink this repository into your Binary Ninja plugins directory, then restart Binary Ninja.",
"Linux": "Clone or symlink this repository into your Binary Ninja plugins directory, then restart Binary Ninja.",
"Windows": "Clone or symlink this repository into your Binary Ninja plugins directory, then restart Binary Ninja."
},
"version": "0.1.0",
"author": "Sergio García",
"minimumbinaryninjaversion": 3164
}