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

Method use_sites

python/mediumlevelil.py:105–109  ·  view source on GitHub ↗

Gets the list of IL instructions where this SSAVariable is used inside of this function.

(self)

Source from the content-addressed store, hash-verified

103
104 @property
105 def use_sites(self) -> List[Union['MediumLevelILInstruction', 'highlevelil.HighLevelILInstruction']]:
106 """
107 Gets the list of IL instructions where this SSAVariable is used inside of this function.
108 """
109 return self.il_function.get_ssa_var_uses(self)
110
111
112class MediumLevelILLabel:

Callers

nothing calls this directly

Calls 1

get_ssa_var_usesMethod · 0.45

Tested by

no test coverage detected