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

Method src

python/highlevelil.py:1508–1509  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1506
1507 @property
1508 def src(self) -> List['mediumlevelil.SSAVariable']:
1509 return self.get_var_ssa_list(2, 3)
1510
1511 @property
1512 def vars_written(self) -> VariablesList:

Callers

nothing calls this directly

Calls 1

get_var_ssa_listMethod · 0.80

Tested by

no test coverage detected