Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ dest
Method
dest
python/lowlevelil.py:1896–1897 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1894
class
LowLevelILSetFlag(LowLevelILInstruction):
1895
@property
1896
def
dest(self) -> ILFlag:
1897
return
self._get_flag(0)
1898
1899
@property
1900
def
src(self) -> LowLevelILInstruction:
Callers
nothing calls this directly
Calls
1
_get_flag
Method · 0.80
Tested by
no test coverage detected