binaryninja.function.Variable¶
-
class
Variable(func, source_type, index, storage, name=None, var_type=None)[source]¶ -
__init__(func, source_type, index, storage, name=None, var_type=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(func, source_type, index, storage)Initialize self.
from_identifier(func, identifier[, name, …])Attributes
Function where the variable is defined
Name of the variable
VariableSourceTypeStack offset for StackVariableSourceType, register index for RegisterVariableSourceType
-