MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / _get_expr

Method _get_expr

python/lowlevelil.py:1048–1049  ·  view source on GitHub ↗
(self, operand_index: int)

Source from the content-addressed store, hash-verified

1046 return self.instr.operands[operand_index]
1047
1048 def _get_expr(self, operand_index: int) -> 'LowLevelILInstruction':
1049 return LowLevelILInstruction.create(self.function, self.instr.operands[operand_index], self.instr_index)
1050
1051 def _get_reg_stack_adjust(self, operand_index: int) -> Dict['architecture.RegisterStackName', int]:
1052 count = ctypes.c_ulonglong()

Callers 15

leftMethod · 0.45
rightMethod · 0.45
leftMethod · 0.45
rightMethod · 0.45
carryMethod · 0.45
srcMethod · 0.45
destMethod · 0.45
destMethod · 0.45
destMethod · 0.45
destMethod · 0.45
srcMethod · 0.45
srcMethod · 0.45

Calls 1

createMethod · 0.45

Tested by

no test coverage detected