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

Method lift_binary_op

rust/src/medium_level_il/instruction.rs:1400–1405  ·  view source on GitHub ↗
(&self, op: BinaryOp)

Source from the content-addressed store, hash-verified

1398 }
1399
1400 fn lift_binary_op(&self, op: BinaryOp) -> LiftedBinaryOp {
1401 LiftedBinaryOp {
1402 left: self.lift_operand(op.left),
1403 right: self.lift_operand(op.right),
1404 }
1405 }
1406
1407 fn lift_binary_op_carry(&self, op: BinaryOpCarry) -> LiftedBinaryOpCarry {
1408 LiftedBinaryOpCarry {

Callers 1

liftMethod · 0.45

Calls 1

lift_operandMethod · 0.45

Tested by

no test coverage detected