Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ left
Method
left
python/highlevelil.py:963–964 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
961
class
HighLevelILBinaryBase(HighLevelILInstruction, BinaryOperation):
962
@property
963
def
left(self) -> HighLevelILInstruction:
964
return
self.get_expr(0)
965
966
@property
967
def
right(self) -> HighLevelILInstruction:
Callers
nothing calls this directly
Calls
1
get_expr
Method · 0.45
Tested by
no test coverage detected