Skip to content

Commit 0eb8e4c

Browse files
committed
Update plugin version.
Use absolute links for the images to work with Binary Ninja's plugin manager.
1 parent f1422c5 commit 0eb8e4c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ access the entry in Binary Ninja via `Edit > Preferences > Settings > OpenAI`.
3030
Or, use the hotkey ⌘+, and search for `OpenAI`. You should see customizable
3131
settings like so.
3232

33-
![Settings](./resources/settings.png)
33+
![Settings](https://github.com/WhatTheFuzz/binaryninja-openai/blob/main/resources/settings.png?raw=true)
3434

3535
Second, it checks the environment variable `OPENAI_API_KEY`, which you can set
3636
inside of Binary Ninja's Python console like so:
@@ -71,7 +71,7 @@ inside of the function.
7171

7272
The output will appear in Binary Ninja's Log like so:
7373

74-
![The output of running the plugin.](./resources/output.png)
74+
![The output of running the plugin.](https://github.com/WhatTheFuzz/binaryninja-openai/blob/main/resources/output.png?raw=true)
7575

7676
## OpenAI Model
7777

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"python3"
1010
],
1111
"description": "Queries OpenAI's GPT3 to determine what a given function does.",
12-
"longdescription": "Generates a query that asks 'What does this function do?' followed by a list of the instructions in the function. Returns the result from GPT3 and displays it to the user in the Binary Ninja console. Requires an OpenAI API key.",
12+
"longdescription": "",
1313
"license": {
1414
"name": "MIT",
1515
"text": "Copyright 2022 Sean Deaton (@WhatTheFuzz)\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."
@@ -27,6 +27,6 @@
2727
"openai"
2828
]
2929
},
30-
"version": "1.0.0",
30+
"version": "1.1.0",
3131
"minimumbinaryninjaversion": 3200
3232
}

0 commit comments

Comments
 (0)