MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / get_open_filename_input

Method get_open_filename_input

python/interaction.py:780–781  ·  view source on GitHub ↗
(self, prompt, ext)

Source from the content-addressed store, hash-verified

778 return NotImplemented
779
780 def get_open_filename_input(self, prompt, ext):
781 return get_text_line_input(prompt, "Open File")
782
783 def get_save_filename_input(self, prompt, ext, default_name):
784 return get_text_line_input(prompt, "Save File")

Callers 3

get_bininfoFunction · 0.80
bin_info.pyFile · 0.80

Calls 1

get_text_line_inputFunction · 0.70

Tested by

no test coverage detected