binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Project Plugin Command that Passes the Folder/File that was right clicked upon

Open loadlibraryninja opened this issue 3 months ago • 1 comments

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:

loadlibraryninja avatar Sep 05 '25 17:09 loadlibraryninja

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.

emesare avatar Nov 22 '25 21:11 emesare