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

Method SharedParamSlotSSA

lowlevelilinstruction.cpp:3414–3417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3412
3413
3414ExprId LowLevelILFunction::SharedParamSlotSSA(const vector<ExprId>& params, const ILSourceLocation& loc)
3415{
3416 return AddExprWithLocation(LLIL_SHARED_PARAM_SLOT_SSA, loc, 0, 0, params.size(), AddOperandList(params));
3417}
3418
3419
3420ExprId LowLevelILFunction::Return(size_t dest, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected