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

Method JumpTo

lowlevelilinstruction.cpp:3343–3347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3341
3342
3343ExprId LowLevelILFunction::JumpTo(
3344 ExprId dest, const map<uint64_t, BNLowLevelILLabel*>& targets, const ILSourceLocation& loc)
3345{
3346 return AddExprWithLocation(LLIL_JUMP_TO, loc, 0, 0, dest, targets.size() * 2, AddLabelMap(targets));
3347}
3348
3349
3350ExprId LowLevelILFunction::Call(ExprId dest, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected