Skip to content

Commit

Permalink
Updating to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Dec 2, 2021
1 parent 382d8d2 commit 2992089
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 29 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand All @@ -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
Expand Down
59 changes: 36 additions & 23 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 2992089

Please sign in to comment.