File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ If you're installing this as a standalone plugin, you can place (or sym-link)
1010this in BinaryNinja's plugin path. Default paths are detailed on
1111[ Vector 35's documentation] [ default-plugin-dir ] .
1212
13+ This plugin has been tested on macOS and Linux. It probably works on Windows;
14+ please submit a pull request if you've test it.
15+
16+ ### Dependencies
17+
18+ - Python 3.10+
19+ - ` openai ` installed with ` pip3 install --user openai `
20+
1321## API Key
1422
1523This requires an [ API token from OpenAI] [ token ] . The plugin checks for the API
@@ -76,7 +84,7 @@ This project is licensed under the [MIT license][license].
7684
7785[ default-plugin-dir ] :https://docs.binary.ninja/guide/plugins.html
7886[ token ] :https://beta.openai.com/account/api-keys
79- [ entry ] :./entry.py
87+ [ entry ] :./src/ entry.py
8088[ asyncio ] :https://docs.python.org/3/library/asyncio.html
8189[ issue-8 ] :https://github.com/WhatTheFuzz/binaryninja-openai/issues/8
8290[ license ] :./LICENSE
You can’t perform that action at this time.
0 commit comments