Vector35 / binaryninja-api

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

GetSaveFileNameInput does not account for projects #4952

Closed CouleeApps closed 9 months ago

CouleeApps commented 9 months ago

Version and Platform (required):

Bug Description: When I try to use BinaryNinja::GetSaveFileNameInput to save a file, I don't get a project browser + save dialog. This is missing functionality, since BinaryNinja::GetOpenFileNameInput does use a browser for the current project, and I would expect both of these functions to behave similarly.

Steps To Reproduce: Please provide all steps required to reproduce the behavior:

  1. Make some code using the BinaryNinja::GetSaveFileNameInput api
  2. Open a project
  3. Trigger your code
  4. Observe stock filesystem dialog

Expected Behavior: I expected a project-aware save file name dialog

negasora commented 9 months ago

Fixed in 3.6.4810-dev