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

Method Block

highlevelilinstruction.cpp:2522–2525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2520
2521
2522ExprId HighLevelILFunction::Block(const vector<ExprId>& exprs, const ILSourceLocation& loc)
2523{
2524 return AddExprWithLocation(HLIL_BLOCK, loc, 0, exprs.size(), AddOperandList(exprs));
2525}
2526
2527
2528ExprId HighLevelILFunction::If(ExprId condition, ExprId trueExpr, ExprId falseExpr, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected