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

Method ConstPointer

lowlevelilinstruction.cpp:3080–3083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3078
3079
3080ExprId LowLevelILFunction::ConstPointer(size_t size, uint64_t val, const ILSourceLocation& loc)
3081{
3082 return AddExprWithLocation(LLIL_CONST_PTR, loc, size, 0, val);
3083}
3084
3085
3086ExprId LowLevelILFunction::ExternPointer(size_t size, uint64_t val, uint64_t offset, const ILSourceLocation& loc)

Callers 15

CopyToMethod · 0.45
ReadILOperandFunction · 0.45
DirectJumpFunction · 0.45
ConditionalJumpFunction · 0.45
DirectJumpFunction · 0.45
ReadRegisterOrPointerFunction · 0.45
ConditionalJumpFunction · 0.45
ReadAddressFunction · 0.45
ReadILOperandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected