MCPcopy 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
2717ExprId MediumLevelILFunction::Jump(ExprId dest, const ILSourceLocation& loc)
2718{
2719 return AddExprWithLocation(MLIL_JUMP, loc, 0, dest);
2720}
2721
2722
2723ExprId MediumLevelILFunction::JumpTo(

Callers 1

CopyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected