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

Method Jump

lowlevelilinstruction.cpp:3337–3340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3335
3336
3337ExprId LowLevelILFunction::Jump(ExprId dest, const ILSourceLocation& loc)
3338{
3339 return AddExprWithLocation(LLIL_JUMP, loc, 0, 0, dest);
3340}
3341
3342
3343ExprId LowLevelILFunction::JumpTo(

Callers 15

CopyToMethod · 0.45
DirectJumpFunction · 0.45
ConditionalJumpFunction · 0.45
DirectJumpFunction · 0.45
SetRegisterOrBranchFunction · 0.45
ConditionalJumpFunction · 0.45
LoadFunction · 0.45
WriteILOperandFunction · 0.45
ConditionalJumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected