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

Method While

highlevelilinstruction.cpp:2534–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2532
2533
2534ExprId HighLevelILFunction::While(ExprId condition, ExprId loopExpr, const ILSourceLocation& loc)
2535{
2536 return AddExprWithLocation(HLIL_WHILE, loc, 0, condition, loopExpr);
2537}
2538
2539
2540ExprId HighLevelILFunction::WhileSSA(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected