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

Method ConstPointer

mediumlevelilinstruction.cpp:2478–2481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2476
2477
2478ExprId MediumLevelILFunction::ConstPointer(size_t size, uint64_t val, const ILSourceLocation& loc)
2479{
2480 return AddExprWithLocation(MLIL_CONST_PTR, loc, size, val);
2481}
2482
2483
2484ExprId MediumLevelILFunction::ExternPointer(size_t size, uint64_t val, uint64_t offset, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected