Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Jump
Method
Jump
mediumlevelilinstruction.cpp:2717–2720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2715
2716
2717
ExprId MediumLevelILFunction::Jump(ExprId dest, const ILSourceLocation& loc)
2718
{
2719
return AddExprWithLocation(MLIL_JUMP, loc, 0, dest);
2720
}
2721
2722
2723
ExprId MediumLevelILFunction::JumpTo(
Callers
1
CopyTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected