Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ dest
Method
dest
python/highlevelil.py:1526–1527 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1524
class
HighLevelILMemPhi(HighLevelILInstruction, Memory, Phi):
1525
@property
1526
def
dest(self) -> int:
1527
return
self.get_int(0)
1528
1529
@property
1530
def
src(self) -> List[int]:
Callers
nothing calls this directly
Calls
1
get_int
Method · 0.80
Tested by
no test coverage detected