Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ left
Method
left
python/lowlevelil.py:1209–1210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1207
class
LowLevelILBinaryBase(LowLevelILInstruction, BinaryOperation):
1208
@property
1209
def
left(self) -> LowLevelILInstruction:
1210
return
self._get_expr(0)
1211
1212
@property
1213
def
right(self) -> LowLevelILInstruction:
Callers
nothing calls this directly
Calls
1
_get_expr
Method · 0.45
Tested by
no test coverage detected