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

Method Const

lowlevelilinstruction.cpp:3074–3077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3072
3073
3074ExprId LowLevelILFunction::Const(size_t size, uint64_t val, const ILSourceLocation& loc)
3075{
3076 return AddExprWithLocation(LLIL_CONST, loc, size, 0, val);
3077}
3078
3079
3080ExprId LowLevelILFunction::ConstPointer(size_t size, uint64_t val, const ILSourceLocation& loc)

Callers 15

CopyToMethod · 0.45
ReadILOperandFunction · 0.45
MoveFromCoprocessorFunction · 0.45
MoveToCoprocessorFunction · 0.45
Concat3to256Function · 0.45
GetConditionFunction · 0.45
GetShiftedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected