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

Method Call

lowlevelilinstruction.cpp:3350–3353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3348
3349
3350ExprId LowLevelILFunction::Call(ExprId dest, const ILSourceLocation& loc)
3351{
3352 return AddExprWithLocation(LLIL_CALL, loc, 0, 0, dest);
3353}
3354
3355
3356ExprId LowLevelILFunction::CallStackAdjust(

Callers 8

CopyToMethod · 0.45
LiftBranchesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected