WhatTheFuzz / binaryninja-openai

Integrates OpenAI with BinaryNinja via a plugin.
MIT License
68 stars 6 forks source link

Register API key via BinaryNinja's settings #13

Closed WhatTheFuzz closed 1 year ago

WhatTheFuzz commented 1 year ago

psifertex introduced me to the Settings class. This will enable us to add the API key to Binary Ninja in lieu of the kinda jank os.environ method the plugin currently uses.

See snippet here.