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

Method lift_binary_op

rust/src/high_level_il/instruction.rs:877–882  ·  view source on GitHub ↗
(&self, op: BinaryOp)

Source from the content-addressed store, hash-verified

875 }
876
877 fn lift_binary_op(&self, op: BinaryOp) -> LiftedBinaryOp {
878 LiftedBinaryOp {
879 left: self.lift_operand(op.left),
880 right: self.lift_operand(op.right),
881 }
882 }
883
884 fn lift_binary_op_carry(&self, op: BinaryOpCarry) -> LiftedBinaryOpCarry {
885 LiftedBinaryOpCarry {

Callers 1

liftMethod · 0.45

Calls 1

lift_operandMethod · 0.45

Tested by

no test coverage detected