Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
927 stars 209 forks source link

Make the string literals copyable #1846

Closed jeffli678 closed 1 year ago

jeffli678 commented 4 years ago

Currently, we cannot select (so cannot copy) the inlined string literals, which is sometimes inconvenient.

As a note, it should copy the complete (long) version of the string if it is too long and we put ... into the display.

Screenshot from 2020-07-22 12-24-00

jeffli678 commented 4 years ago

related to: https://github.com/Vector35/binaryninja-api/issues/2019

plafosse commented 1 year ago

Fixed in 3.5.4347