binaryninja-api
binaryninja-api copied to clipboard
Triage view should show short filename
When opening a collaboration file in triage view, the full path on disk is shown instead of the nice short name we show in the tab title
Not just the short name, but for a BNDB should show the original filename as well.
This was fixed in builds >= 5.3.8802 (basically a duplicate of https://github.com/Vector35/binaryninja-api/issues/7812)
Specifically "path in project" shows the nice short-name which was actually previously added, and the long name will be available, but elided when it wouldn't fit. Both still available to copy with a click.