binaryninja-api
binaryninja-api copied to clipboard
Triage View Does Not Show Filename When Using Projects
Version and Platform (required):
- Binary Ninja Version: 5.0.7290
- OS: macOS
- OS Version: 15.4.1
- CPU Architecture: x64
Bug Description: The Path in triage view doesn't show the filename of the file according to the project's folders. It shows the GUID of the file on disk under the hood of a project.
Steps To Reproduce:
- Add a file to a project
- Open the file
- Open Triage View
- Observe file path
Expected Behavior: I would expect the path to be the same as the folders in the project with the filename as shown in the project.
Screenshots/Video Recording:
BTW: if you're working on this, I just had a thought: keep the real file path, but add a new field that shows where the file is located in the project with real project folder names and the file name in the project. The reason I realized that the actual, on disk, path is still needed even though it's not human readable: I can still perform command line stuff like running capa against the file itself easily using this path. it's probably a good idea not to change the meaning of the path field to be two different things anyway.
~~Added in vers. >= 5.1.7626~~
@spoonmilk Checking on 5.1.7827-dev, I don't see a new Project path. Am I missing something?
@spoonmilk Checking on
5.1.7827-dev, I don't see a new Project path. Am I missing something?![]()
As it turns out, build unexpectedly failed. Will update again when this is actually fixed.
@spoonmilk Confirmed fixed in 5.1.7840-dev. And thanks! It looks great!
