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

Method get_form_input

python/interaction.py:789–790  ·  view source on GitHub ↗
(self, fields, title)

Source from the content-addressed store, hash-verified

787 return get_text_line_input(prompt, "Select Directory")
788
789 def get_form_input(self, fields, title):
790 return False
791
792 def show_message_box(self, title, text, buttons, icon):
793 return MessageBoxButtonResult.CancelButton

Callers 2

_get_form_inputMethod · 0.95
present_formFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected