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

Method SystemCall

lowlevelilinstruction.cpp:3516–3519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3514
3515
3516ExprId LowLevelILFunction::SystemCall(const ILSourceLocation& loc)
3517{
3518 return AddExprWithLocation(LLIL_SYSCALL, loc, 0, 0);
3519}
3520
3521
3522ExprId LowLevelILFunction::Intrinsic(const vector<RegisterOrFlag>& outputs, uint32_t intrinsic,

Callers 6

il.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected