Event handler when currently selected instruction changes #2153
-
Is there a way for a Python plugin to register an event handler that is called whenever the user selects a different instruction in e.g. the disassembly view? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Currently the only way to get this is to implement a DockWidget. We plan to add this to the UI api's as well. |
Beta Was this translation helpful? Give feedback.
-
Tracking issue: #2166 |
Beta Was this translation helpful? Give feedback.
-
This is now supported as of dev 2.2.2557. See this example: |
Beta Was this translation helpful? Give feedback.
This is now supported as of dev 2.2.2557. See this example:
binaryninja-api/python/examples/ui_notifications.py
Line 74 in 432a8cd