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

Method get_address_input

python/interaction.py:771–772  ·  view source on GitHub ↗
(self, prompt, title, view, current_address)

Source from the content-addressed store, hash-verified

769 continue
770
771 def get_address_input(self, prompt, title, view, current_address):
772 return get_int_input(prompt, title)
773
774 def get_choice_input(self, prompt, title, choices):
775 return NotImplemented

Callers 1

_get_address_inputMethod · 0.95

Calls 1

get_int_inputFunction · 0.85

Tested by

no test coverage detected