File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# BinaryNinja-OpenAI
4
4
5
- Integrates OpenAI's GPT3 with BinaryNinja via a plugin. Creates a query asking
5
+ Integrates OpenAI's GPT3 with Binary Ninja via a plugin. Creates a query asking
6
6
"What does this function do?" followed by the instructions in the High Level IL
7
7
function. Returns the response to the user in Binary Ninja's console.
8
8
9
9
## Installation
10
10
11
11
If you're installing this as a standalone plugin, you can place (or sym-link)
12
- this in BinaryNinja 's plugin path. Default paths are detailed on
12
+ this in Binary Ninja 's plugin path. Default paths are detailed on
13
13
[ Vector 35's documentation] [ default-plugin-dir ] .
14
14
15
15
This plugin has been tested on macOS and Linux. It probably works on Windows;
16
- please submit a pull request if you've test it.
16
+ please submit a pull request if you've tested it.
17
17
18
18
### Dependencies
19
19
You can’t perform that action at this time.
0 commit comments