Skip to content

Commit

Permalink
add json plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Aug 21, 2018
1 parent 8272a9f commit f46d65e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -154,3 +154,6 @@
[submodule "plugins/binja-clipboard"]
path = plugins/binja-clipboard
url = https://github.com/bkerler/binja-clipboard
[submodule "plugins/binja_JSON_Plugin"]
path = plugins/binja_JSON_Plugin
url = https://github.com/mozark24/binja_JSON_Plugin
27 changes: 27 additions & 0 deletions plugins.json
Expand Up @@ -492,6 +492,33 @@
"url": "https://github.com/kenoph/nampa",
"version": "0.1 alpha"
},
{
"api": "python2",
"author": "Chris Henry",
"dependencies": {
"apt": [],
"installers": [],
"other": [],
"pip": []
},
"description": "Dumps all MLIL functions, basic blocks, and instruction properties into a JSON file.",
"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."
},
"longdescription": "This plugin iterates through the binary and extracts the MLIL instructions and properties, storing them in a JSON file.",
"minimumBinaryNinjaVersion": {
"dev": "1.0.dev-576",
"release": "1.0.13"
},
"name": "binja_JSON_plugin",
"path": "binja_JSON_Plugin",
"type": [
"binaryview"
],
"url": "https://github.com/mozark24/binja_JSON_Plugin",
"version": "1.0"
},
{
"api": "python2",
"author": "verylazyguy",
Expand Down
1 change: 1 addition & 0 deletions plugins/README.md
Expand Up @@ -23,6 +23,7 @@
|[x64dbgbinja](https://github.com/x64dbg/x64dbgbinja)|[x64dbg](https://github.com/x64dbg)|[MIT](x64dbgbinja/LICENSE)|binaryview|Official x64dbg plugin for Binary Ninja.|
|[WinAPI-Annotator](https://github.com/levyjm/WinAPI-Annotator)|[John Levy with help from @carstein](https://github.com/levyjm)|[MIT](WinAPI-Annotator/LICENSE)|binaryview|A plugins that annotates Windows API function arguments.|
|[Nampa](https://github.com/kenoph/nampa)|[Paolo Montesel (github.com/kenoph)](https://github.com/kenoph)|[LGPL v3](nampa/LICENSE)|binaryview, core|FLIRT for (binary) ninjas|
|[binja_JSON_plugin](https://github.com/mozark24/binja_JSON_Plugin)|[Chris Henry](https://github.com/mozark24)|[MIT](binja_JSON_Plugin/LICENSE)|binaryview|Dumps all MLIL functions, basic blocks, and instruction properties into a JSON file.|
|[VMNDH-2k12 Architecture Plugin](https://github.com/verylazyguy/binaryninja-vmndh)|[verylazyguy](https://github.com/verylazyguy)|[MIT](binaryninja-vmndh/LICENSE)|architecture|A disassembler and lifter for the VMNDH-2k12 architecture.|
|[Annotator](https://github.com/carstein/Annotator)|[Michal Melewski <michal.melewski@gmail.com>](https://github.com/carstein)|[MIT](Annotator/LICENSE)|binaryview|A plugins that annotates libc function arguments.|
|[Pasticciotto Architecture Plugin](https://github.com/peperunas/binaryninja-pasticciotto)|[Giulio De Pasquale](https://github.com/peperunas)|[MIT](binaryninja-pasticciotto/LICENSE)|architecture|A disassembler for the Pasticciotto architecture.|
Expand Down
1 change: 1 addition & 0 deletions plugins/binja_JSON_Plugin
Submodule binja_JSON_Plugin added at d4537d

0 comments on commit f46d65e

Please sign in to comment.