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

Method Syscall

mediumlevelilinstruction.cpp:2753–2758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2751
2752
2753ExprId MediumLevelILFunction::Syscall(
2754 const vector<Variable>& output, const vector<ExprId>& params, const ILSourceLocation& loc)
2755{
2756 return AddExprWithLocation(
2757 MLIL_SYSCALL, loc, 0, output.size(), AddVariableList(output), params.size(), AddOperandList(params));
2758}
2759
2760
2761ExprId MediumLevelILFunction::SyscallUntyped(

Callers 1

CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected