Skip to content

Instantly share code, notes, and snippets.

@psifertex
Created September 21, 2016 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psifertex/98febc76d8ccd13bce037ec3ef12f673 to your computer and use it in GitHub Desktop.
Save psifertex/98febc76d8ccd13bce037ec3ef12f673 to your computer and use it in GitHub Desktop.
{
"plugin": {
"api": "python",
"author": "Vector 35 LLC",
"dependencies": {
"apt": [
"apt",
"packages"
],
"installers": [
"https://bogus-domain/this-package.exe"
],
"pip": [
"array",
"of",
"pip",
"dependencies"
],
"text": "The sample plugin requires [this random package](https://bogus-domain/this-package/) be installed."
},
"description": "This is a sample plugin meant to demonstrate the metadata format for Binary Ninja plugins.\n\nThe forthcoming plugin installer will be able to parse these files automatically to allow easy selection and installation. ",
"license": {
"name": "MIT",
"text": "Copyright (c) <year> <copyright holders>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
},
"minimumBinaryNinjaVersion": {
"dev": "1.0.dev-576",
"release": "9999"
},
"name": "Sample Plugin",
"type": [
"core",
"ui",
"architecture",
"binaryview"
],
"version": "1.0 alpha"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment