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

Method _get_expr

python/mediumlevelil.py:1017–1018  ·  view source on GitHub ↗
(self, operand_index: int)

Source from the content-addressed store, hash-verified

1015 return variable.ConstantData(value, 0, state, core.max_confidence, self.instr.size, self.function.source_function)
1016
1017 def _get_expr(self, operand_index: int) -> 'MediumLevelILInstruction':
1018 return MediumLevelILInstruction.create(self.function, ExpressionIndex(self.instr.operands[operand_index]))
1019
1020 def _get_intrinsic(self, operand_index: int) -> 'lowlevelil.ILIntrinsic':
1021 assert self.function.arch is not None, "Attempting to create ILIntrinsic from function with no Architecture"

Callers 15

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

Calls 1

createMethod · 0.45

Tested by

no test coverage detected