angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
886 stars 110 forks source link

Plugin views are now broken #1216

Closed mborgerson closed 6 months ago

mborgerson commented 6 months ago

Description

Traceback (most recent call last):
  File "/home/matt/work/angr/angr-dev/angr-management/angrmanagement/plugins/plugin_manager.py", line 146, in activate_plugin
    plugin_obj = plugin_cls(self.workspace)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/matt/work/angr/angr-dev/angr-management/angrmanagement/plugins/value_search/value_search_plugin.py", line 20, in __init__
    self._create_search_view()
  File "/home/matt/work/angr/angr-dev/angr-management/angrmanagement/plugins/value_search/value_search_plugin.py", line 40, in _create_search_view
    self.search_view = SearchView(self, self.workspace, self.workspace.main_instance, "center")
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/matt/work/angr/angr-dev/angr-management/angrmanagement/plugins/value_search/search_view.py", line 33, in __init__
    super().__init__("search", workspace, instance, default_docking_position, *ar

Steps to reproduce the bug

No response

Environment

No response

Additional context

No response