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

Method Break

highlevelilinstruction.cpp:2587–2590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2585
2586
2587ExprId HighLevelILFunction::Break(const ILSourceLocation& loc)
2588{
2589 return AddExprWithLocation(HLIL_BREAK, loc, 0);
2590}
2591
2592
2593ExprId HighLevelILFunction::Continue(const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected