Vector35 / Vector35/binaryninja-api
Project Plugin Command that Passes the Folder/File that was right clicked upon
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
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:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing ProjectCommand API and its right-click context-menu handling in the binaryninja-api repository. Trace how the project is passed to plugins, then define the command interface so the clicked file or folder is also available; the work is done when a plugin can reliably distinguish the selected path while operating on a project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- reverse-engineering, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100