We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188cd05 commit 939ae47Copy full SHA for 939ae47
1 file changed
__init__.py
@@ -1,9 +1,9 @@
1
from binaryninja import PluginCommand
2
from . src.entry import check_function
3
4
-PluginCommand.register_for_high_level_il_function("What Does this Function Do?",
5
- "Checks OpenAI to see what this function does." \
+PluginCommand.register_for_high_level_il_function("OpenAI\What Does this Function Do (HLIL)?",
+ "Checks OpenAI to see what this HLIL function does." \
6
"Requires an internet connection and an API key "
7
"saved under the environment variable "
8
- "OPENAI_API_KEY",
+ "OPENAI_API_KEY or modify the path in entry.py.",
9
check_function)
0 commit comments