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

Method WhileSSA

highlevelilinstruction.cpp:2540–2544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2538
2539
2540ExprId HighLevelILFunction::WhileSSA(
2541 ExprId conditionPhi, ExprId condition, ExprId loopExpr, const ILSourceLocation& loc)
2542{
2543 return AddExprWithLocation(HLIL_WHILE_SSA, loc, 0, conditionPhi, condition, loopExpr);
2544}
2545
2546
2547ExprId HighLevelILFunction::DoWhile(ExprId loopExpr, ExprId condition, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected