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

Method Goto

lowlevelil.cpp:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344
345ExprId LowLevelILFunction::Goto(BNLowLevelILLabel& label, const ILSourceLocation& loc)
346{
347 if (loc.valid)
348 return BNLowLevelILGotoWithLocation(m_object, &label, loc.address, loc.sourceOperand);
349 return BNLowLevelILGoto(m_object, &label);
350}
351
352
353ExprId LowLevelILFunction::If(ExprId operand, BNLowLevelILLabel& t, BNLowLevelILLabel& f, const ILSourceLocation& loc)

Callers 15

CopyToMethod · 0.45
CopyToMethod · 0.45
ConditionExecuteFunction · 0.45
DirectJumpFunction · 0.45
DirectJumpFunction · 0.45
SaturateFunction · 0.45
ConditionExecuteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected