Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ src
Method
src
python/lowlevelil.py:1663–1664 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1661
class
LowLevelILFlag(LowLevelILInstruction):
1662
@property
1663
def
src(self) -> ILFlag:
1664
return
self._get_flag(0)
1665
1666
@property
1667
def
detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:
Callers
nothing calls this directly
Calls
1
_get_flag
Method · 0.80
Tested by
no test coverage detected