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

Method src

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

Source from the content-addressed store, hash-verified

2333
2334 @property
2335 def src(self) -> 'mediumlevelil.SSAVariable':
2336 return self.get_var_ssa(2, 3)
2337
2338
2339ILInstruction = {

Callers

nothing calls this directly

Calls 1

get_var_ssaMethod · 0.80

Tested by

no test coverage detected