-
Notifications
You must be signed in to change notification settings - Fork 274
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.