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

Method JumpTo

mediumlevelilinstruction.cpp:2723–2727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2721
2722
2723ExprId MediumLevelILFunction::JumpTo(
2724 ExprId dest, const map<uint64_t, BNMediumLevelILLabel*>& targets, const ILSourceLocation& loc)
2725{
2726 return AddExprWithLocation(MLIL_JUMP_TO, loc, 0, dest, targets.size() * 2, AddLabelMap(targets));
2727}
2728
2729
2730ExprId MediumLevelILFunction::ReturnHint(ExprId dest, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected