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

Method data_variables

python/debuginfo.py:391–393  ·  view source on GitHub ↗

A generator of all data variables provided by DebugInfoParsers

(self)

Source from the content-addressed store, hash-verified

389
390 @property
391 def data_variables(self) -> Iterator['binaryview.DataVariableAndName']:
392 """A generator of all data variables provided by DebugInfoParsers"""
393 return self.data_variables_from_parser()
394
395 def get_type_by_name(self, parser_name: str, name: str) -> Optional[_types.Type]:
396 result = core.BNGetDebugTypeByName(self.handle, parser_name, name)

Callers 2

export_data_varsFunction · 0.45
create_section_readerFunction · 0.45

Calls 1

Tested by

no test coverage detected