binaryninja.interaction.InteractionHandler

class InteractionHandler[source]
__init__()[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__() x.__init__(…) initializes x; see help(type(x)) for signature
get_address_input(prompt, title, view, …)
get_choice_input(prompt, title, choices)
get_directory_name_input(prompt, default_name)
get_form_input(fields, title)
get_int_input(prompt, title)
get_open_filename_input(prompt, ext)
get_save_filename_input(prompt, ext, …)
get_text_line_input(prompt, title)
register()
show_graph_report(view, title, graph)
show_html_report(view, title, contents, …)
show_markdown_report(view, title, contents, …)
show_message_box(title, text, buttons, icon)
show_plain_text_report(view, title, contents)
show_report_collection(title, reports)