Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2587
ExprId HighLevelILFunction::Break(const ILSourceLocation& loc)
2588
{
2589
return AddExprWithLocation(HLIL_BREAK, loc, 0);
2590
}
2591
2592
2593
ExprId HighLevelILFunction::Continue(const ILSourceLocation& loc)
Callers
1
CopyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected