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

Method from_identifier

python/variable.py:750–752  ·  view source on GitHub ↗
(cls, func: FunctionOrILFunction, identifier: int)

Source from the content-addressed store, hash-verified

748
749 @classmethod
750 def from_identifier(cls, func: FunctionOrILFunction, identifier: int):
751 var = core.BNFromVariableIdentifier(identifier)
752 return cls(func, VariableSourceType(var.type), var.index, var.storage)
753
754 def __repr__(self):
755 if self.type is not None:

Callers 11

get_varMethod · 0.45
get_var_ssaMethod · 0.45
get_var_ssa_listMethod · 0.45
_get_varMethod · 0.45
_get_var_ssaMethod · 0.45
_get_var_listMethod · 0.45
_get_var_ssa_listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected