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

Method from_BNVariable

python/variable.py:746–747  ·  view source on GitHub ↗
(cls, func: FunctionOrILFunction, var: core.BNVariable)

Source from the content-addressed store, hash-verified

744
745 @classmethod
746 def from_BNVariable(cls, func: FunctionOrILFunction, var: core.BNVariable):
747 return cls(func, var.type, var.index, var.storage)
748
749 @classmethod
750 def from_identifier(cls, func: FunctionOrILFunction, identifier: int):

Callers 15

stack_layoutMethod · 0.45
core_var_stack_layoutMethod · 0.45
varsMethod · 0.45
core_varsMethod · 0.45
parameter_varsMethod · 0.45
merged_varsMethod · 0.45
split_varsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected