Skip to content

Commit 392f338

Browse files
committed
feat: update README version and description
1 parent f7596aa commit 392f338

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BN TypeLib Exporter
1+
# TypeLib Exporter
22

33
This plugin compiles exported functions and its corresponding types into a Binary Ninja type library. It can also load
44
and apply

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"api": [
1010
"python3"
1111
],
12-
"description": "This plugin compiles exported functions and its corresponding types into a type library.",
12+
"description": "This plugin compiles exported functions and its corresponding types into a type library. Type libraries can also be applied to existing bndbs through this plugin.",
1313
"license": {
1414
"name": "MIT",
1515
"text": "Copyright (c) 2022 Scott Lagler\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."
@@ -30,7 +30,7 @@
3030
"installers": [],
3131
"other": []
3232
},
33-
"version": "2.1",
33+
"version": "2.2",
3434
"author": "SmoothHacker",
3535
"minimumbinaryninjaversion": 3469
3636
}

0 commit comments

Comments
 (0)