Skip to content

Commit 939ae47

Browse files
committed
Add subtree on the plugin command.
This will allow for using LLIL, MLIL, and Pseudo-C later on.
1 parent 188cd05 commit 939ae47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from binaryninja import PluginCommand
22
from . src.entry import check_function
33

4-
PluginCommand.register_for_high_level_il_function("What Does this Function Do?",
5-
"Checks OpenAI to see what this function does." \
4+
PluginCommand.register_for_high_level_il_function("OpenAI\What Does this Function Do (HLIL)?",
5+
"Checks OpenAI to see what this HLIL function does." \
66
"Requires an internet connection and an API key "
77
"saved under the environment variable "
8-
"OPENAI_API_KEY",
8+
"OPENAI_API_KEY or modify the path in entry.py.",
99
check_function)

0 commit comments

Comments
 (0)