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

Function _get_current_data_var

python/scriptingprovider.py:1632–1635  ·  view source on GitHub ↗
(instance: PythonScriptingInstance)

Source from the content-addressed store, hash-verified

1630
1631
1632def _get_current_data_var(instance: PythonScriptingInstance):
1633 if instance.interpreter.active_view is None:
1634 return None
1635 return instance.interpreter.active_view.get_data_var_at(instance.interpreter.active_addr)
1636
1637
1638PythonScriptingProvider.register_magic_variable("current_data_var", _get_current_data_var)

Callers

nothing calls this directly

Calls 1

get_data_var_atMethod · 0.80

Tested by

no test coverage detected