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

Method target

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

Source from the content-addressed store, hash-verified

1282class HighLevelILGoto(HighLevelILInstruction, Terminal):
1283 @property
1284 def target(self) -> GotoLabel:
1285 return self.get_label(0)
1286
1287 @property
1288 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_labelMethod · 0.45

Tested by

no test coverage detected