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

Method is_var_user_defined

python/function.py:2682–2683  ·  view source on GitHub ↗
(self, var: 'variable.Variable')

Source from the content-addressed store, hash-verified

2680 core.BNDeleteUserVariable(self.handle, var.to_BNVariable())
2681
2682 def is_var_user_defined(self, var: 'variable.Variable') -> bool:
2683 return core.BNIsVariableUserDefined(self.handle, var.to_BNVariable())
2684
2685 def get_stack_var_at_frame_offset(
2686 self, offset: int, addr: int, arch: Optional['architecture.Architecture'] = None

Callers

nothing calls this directly

Calls 1

to_BNVariableMethod · 0.80

Tested by

no test coverage detected