-
Is there a good way for a plugin to enumerate/get notified about new binary views opened by the user? I remember looking into this some time ago but wasn't able to find a non-hacky way that worked well. I think it might be slightly more doable nowadays by for example abusing the UI API, but this is probably something there should be a proper API for. I have mainly two usecases for this:
Currently, I've implemented both use cases by registering context menu actions that must be executed on each individual binary view. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is useful functionality that we agree would be helpful. Sorry for not replying yet, but here's the list of issues you can up-vote/subscribe to to track when the functionality is complete: |
Beta Was this translation helpful? Give feedback.
-
And, specifically, we've talked a lot about adding an API specifically for a callback that runs when BinaryViews are created, but don't have an issue for it yet, so slightly different from the 1097/505 issues. |
Beta Was this translation helpful? Give feedback.
This is useful functionality that we agree would be helpful. Sorry for not replying yet, but here's the list of issues you can up-vote/subscribe to to track when the functionality is complete:
#1097 , specifically number 5. Additionally, a related feature that might also be useful is #505