Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ carry
Method
carry
python/lowlevelil.py:1240–1241 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1238
1239
@property
1240
def
carry(self) -> LowLevelILInstruction:
1241
return
self._get_expr(2)
1242
1243
@property
1244
def
detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:
Callers
nothing calls this directly
Calls
1
_get_expr
Method · 0.45
Tested by
no test coverage detected