binaryninja-api
binaryninja-api copied to clipboard
Project Plugin Command that Passes the Folder/File that was right clicked upon
What is the feature you'd like to have? Right now, the right click context menu to the API ProjectCommand only passes the project - I'd like for the file/folder being right clicked upon to be added as a parameter as well. Maybe as a separate command type.
Is your feature request related to a problem? Want to write a plugin that operates off of the files underneath a project folder.
Are any alternative solutions acceptable? Unaware of any
Additional Information:
For whoever gets to this a selection context passed into the existing project command API might be more reasonable than plumbing through yet another callback.