Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ target
Method
target
python/highlevelil.py:1297–1298 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1295
class
HighLevelILLabel(HighLevelILInstruction):
1296
@property
1297
def
target(self) -> GotoLabel:
1298
return
self.get_label(0)
1299
1300
@property
1301
def
detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:
Callers
nothing calls this directly
Calls
1
get_label
Method · 0.45
Tested by
no test coverage detected