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

Method const_ptr

rust/src/low_level_il/lifting.rs:1065–1070  ·  view source on GitHub ↗
(
        &self,
        val: u64,
    )

Source from the content-addressed store, hash-verified

1063 }
1064
1065 pub fn const_ptr(
1066 &self,
1067 val: u64,
1068 ) -> LowLevelILExpression<A, Mutable, NonSSA<LiftedNonSSA>, ValueExpr> {
1069 self.const_ptr_sized(self.arch().address_size(), val)
1070 }
1071
1072 pub fn trap(
1073 &self,

Callers 3

lift_instructionFunction · 0.80
lift_source_operandFunction · 0.80
instruction_llilMethod · 0.80

Calls 3

const_ptr_sizedMethod · 0.80
address_sizeMethod · 0.45
archMethod · 0.45

Tested by

no test coverage detected