Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ dest
Method
dest
python/lowlevelil.py:1676–1677 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1674
class
LowLevelILGoto(LowLevelILInstruction, Terminal):
1675
@property
1676
def
dest(self) -> int:
1677
return
self._get_int(0)
1678
1679
@property
1680
def
detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:
Callers
nothing calls this directly
Calls
1
_get_int
Method · 0.45
Tested by
no test coverage detected