BinjaDock
BinjaDock copied to clipboard
migrate to new pyside UI?
Just a note that UI plugins are much easier to implement now with the official integration of pyside2 support. Not sure if this plugin is being actively maintained, but if so, it might be helpful to look at the new example UI plugins: https://github.com/Vector35/binaryninja-api/tree/dev/python/examples/triage (along with the snippet editor and kaitai up one folder)
Glad to see UI support! This plugin was mostly just to serve as a basis and example for dockable widgets for others to use until the UI API came along. So I'm not sure there would be much value in updating it at this point.