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

Method Return

lowlevelilinstruction.cpp:3420–3423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3418
3419
3420ExprId LowLevelILFunction::Return(size_t dest, const ILSourceLocation& loc)
3421{
3422 return AddExprWithLocation(LLIL_RET, loc, 0, 0, dest);
3423}
3424
3425
3426ExprId LowLevelILFunction::NoReturn(const ILSourceLocation& loc)

Callers 8

CopyToMethod · 0.45
PopFunction · 0.45
LiftBranchesFunction · 0.45
il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected