-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
Today updated BinaryNinja Personal 2.4.2974-dev, the Vector35 Debugger wasn't loading with the following message
Failed to import python plugin: official/Vector35_debugger: cannot import name 'Structure' from 'binaryninja' (C:\MyFiles\Apps\BinaryNinja\plugins..\python\binaryninja_init_.py)
Failed to load plugin: Vector35_debugger
Seems to be failing during the import phase found here during the except
clause which was changed about 15 hours ago according to git blame
try:
from binaryninja import Architecture, BinaryView, Symbol, SymbolType, Type, StructureBuilder, StructureType, FunctionGraphType, LowLevelILOperation, MediumLevelILOperation, core_ui_enabled, get_text_line_input, get_choice_input
post3 = True
except:
from binaryninja import Architecture, BinaryView, Symbol, SymbolType, Type, Structure, StructureType, FunctionGraphType, LowLevelILOperation, MediumLevelILOperation, core_ui_enabled, get_text_line_input, get_choice_input
post3 = False
I am not sure if I need to install something else prior to installing this plugin or not. This is Debugger v1.3.3 according to the "Manage Plugins" panel
Metadata
Metadata
Assignees
Labels
No labels