Skip to content

Commit dea7d7d

Browse files
committed
Revert addition of renaming all instructions.
Since it has not been tested yet, it should not be included.
1 parent 31c7d79 commit dea7d7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from binaryninja import PluginCommand
22
from . src.settings import OpenAISettings
3-
from . src.entry import check_function, rename_variable, \
4-
rename_all_variables_in_function
3+
from . src.entry import check_function, rename_variable
54

65
# Register the settings group in Binary Ninja to store the API key and model.
76
OpenAISettings()
@@ -27,6 +26,3 @@
2726
"is not an HighLevelILVarInit, then do nothing. Requires " \
2827
"an internet connection and an API key. ",
2928
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

Comments
 (0)