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

Method Call

mediumlevelilinstruction.cpp:2736–2741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2734
2735
2736ExprId MediumLevelILFunction::Call(
2737 const vector<Variable>& output, ExprId dest, const vector<ExprId>& params, const ILSourceLocation& loc)
2738{
2739 return AddExprWithLocation(
2740 MLIL_CALL, loc, 0, output.size(), AddVariableList(output), dest, params.size(), AddOperandList(params));
2741}
2742
2743
2744ExprId MediumLevelILFunction::CallUntyped(const vector<Variable>& output, ExprId dest, const vector<ExprId>& params,

Callers 1

CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected