-
Notifications
You must be signed in to change notification settings - Fork 17
/
plugin.json
21 lines (21 loc) · 1.36 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"pluginmetadataversion": 2,
"name": "Nampa",
"type": ["core", "binaryview"],
"api": ["python3"],
"description": "FLIRT for (binary) ninjas",
"longdescription": "Plugin for using FLIRT signatures inside of Binary Ninja.",
"license": {
"name": "LGPL v3",
"text": "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option) any later version.\n\nThis library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
},
"platforms": ["Windows", "Linux", "Darwin"],
"installinstructions" : {
"Windows":"```\npip install -r requirements.txt\n```",
"Linux":"```\npip install -r requirements.txt\n```",
"Darwin":"```\npip install -r requirements.txt\n```"
},
"version": "1.0",
"author": "Paolo Montesel (https://github.com/thebabush)",
"minimumbinaryninjaversion": 0
}