From 29920895c6422cdf1ddd85ad892ea18d22b25026 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 2 Dec 2021 09:46:37 -0500 Subject: [PATCH] Updating to 1.2.1 --- README.md | 16 +++++++++------ plugin.json | 59 ++++++++++++++++++++++++++++++++--------------------- 2 files changed, 46 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index ac44ba6..50ddcdc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Signature Kit Plugin (v1.1.1) +# Signature Kit Plugin (v1.2.1) Author: **Vector 35 Inc** + _Python tools for working with Signature Libraries_ + ## Description: + This plugin provides Python tools for generating, manipulating, viewing, loading, and saving signature libraries (.sig) for the Signature System. This plugin also provides UI integration for easy access from the Binary Ninja UI to common functions in the `Tools\Signature Library` menu. @@ -17,26 +20,27 @@ You can also run the Signature Explorer GUI as a standalone app. -### Darwin +### Linux -### Linux +### Darwin + ## Minimum Version This plugin requires the following minimum version of Binary Ninja: - * 1997 -" +* 1997 + ## Required Dependencies The following dependencies are required for this plugin: - * pip - flatbuffers, PySide2 + * pip - flatbuffers ## License diff --git a/plugin.json b/plugin.json index a585276..224f640 100644 --- a/plugin.json +++ b/plugin.json @@ -1,24 +1,37 @@ { - "pluginmetadataversion": 2, - "name": "Signature Kit Plugin", - "type": ["helper", "ui", "core"], - "api": ["python2", "python3"], - "description": "Python tools for working with Signature Libraries", - "longdescription": "This plugin provides Python tools for generating, manipulating, viewing, loading, and saving signature libraries (.sig) for the Signature System. This plugin also provides UI integration for easy access from the Binary Ninja UI to common functions in the `Tools\\Signature Library` menu.\n\n\n![Signature Explorer](https://raw.githubusercontent.com/vector35/sigkit/master/images/explorer.png)\n\nAlso included are [example scripts](https://github.com/Vector35/sigkit/tree/master/examples) which demonstrate batch processing and automatic creation of signature libraries for Ubuntu libc.\nYou can also run the Signature Explorer GUI as a standalone app.", - "license": { - "name": "MIT", - "text": "Copyright (c) 2019-2020 Vector 35 Inc\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." - }, - "platforms": ["Windows", "Linux", "Darwin"], - "installinstructions" : { - "Windows":"", - "Linux":"", - "Darwin":"" - }, - "dependencies": { - "pip": [ "flatbuffers" ] - }, - "version": "1.2.0", - "author": "Vector 35 Inc", - "minimumbinaryninjaversion": 1997 -} + "pluginmetadataversion": 2, + "name": "Signature Kit Plugin", + "type": [ + "helper", + "ui", + "core" + ], + "api": [ + "python2", + "python3" + ], + "description": "Python tools for working with Signature Libraries", + "longdescription": "This plugin provides Python tools for generating, manipulating, viewing, loading, and saving signature libraries (.sig) for the Signature System. This plugin also provides UI integration for easy access from the Binary Ninja UI to common functions in the `Tools\\Signature Library` menu.\n\n\n![Signature Explorer](https://raw.githubusercontent.com/vector35/sigkit/master/images/explorer.png)\n\nAlso included are [example scripts](https://github.com/Vector35/sigkit/tree/master/examples) which demonstrate batch processing and automatic creation of signature libraries for Ubuntu libc.\nYou can also run the Signature Explorer GUI as a standalone app.", + "license": { + "name": "MIT", + "text": "Copyright (c) 2019-2020 Vector 35 Inc\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." + }, + "platforms": [ + "Windows", + "Linux", + "Darwin" + ], + "installinstructions": { + "Windows": "", + "Linux": "", + "Darwin": "" + }, + "dependencies": { + "pip": [ + "flatbuffers" + ] + }, + "version": "1.2.1", + "author": "Vector 35 Inc", + "minimumbinaryninjaversion": 1997 +} \ No newline at end of file