There was an error while loading. Please reload this page.
1 parent 31c7d79 commit dea7d7dCopy full SHA for dea7d7d
__init__.py
@@ -1,7 +1,6 @@
1
from binaryninja import PluginCommand
2
from . src.settings import OpenAISettings
3
-from . src.entry import check_function, rename_variable, \
4
- rename_all_variables_in_function
+from . src.entry import check_function, rename_variable
5
6
# Register the settings group in Binary Ninja to store the API key and model.
7
OpenAISettings()
@@ -27,6 +26,3 @@
27
26
"is not an HighLevelILVarInit, then do nothing. Requires " \
28
"an internet connection and an API key. ",
29
rename_variable)
30
-
31
-PluginCommand.register_for_high_level_il_function("OpenAI\Rename All Variables (HLIL)",
32
-"", rename_all_variables_in_function)
0 commit comments