Vector35 / Vector35/binaryninja-api
Make data in the Firmware Ninja panel copyable
@UvuvDev is already working on this.
Since Sep 10, 2026.
- 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?
I'd like to be able to copy data from the different tabs in the Firmware Ninja panel. Right now, highlighting an item in the UI and pressing Ctrl+C copies the text highlighted in my current BinaryView. Right-clicking on the data presents no "Copy" option.
Is your feature request related to a problem?
I need to get a list of memory addresses shown in the Memory Insights tab to a coworker for analysis using another tool.
Are any alternative solutions acceptable?
Typing out this data is less than ideal, I expect I'll need to copy at least a dozen different addresses and double-check and triple-check my work.
Taking a screenshot and processing it with OCR requires too much effort to set up locally (I don't want to send this screenshot to the internet).
Hacking together a script that accesses the Firmware Ninja API is less than ideal and distributing this script would complicate our current workflow.
Additional Information:
While you're looking at this, I'd appreciate the ability to select a range of data, across multiple columns/rows, and copy it.
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.
Assessment
This issue has not been assessed yet.