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

Method DoWhile

highlevelilinstruction.cpp:2547–2550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2545
2546
2547ExprId HighLevelILFunction::DoWhile(ExprId loopExpr, ExprId condition, const ILSourceLocation& loc)
2548{
2549 return AddExprWithLocation(HLIL_DO_WHILE, loc, 0, loopExpr, condition);
2550}
2551
2552
2553ExprId HighLevelILFunction::DoWhileSSA(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected