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

Method AddInstruction

lowlevelil.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338
339ExprId LowLevelILFunction::AddInstruction(size_t expr)
340{
341 return BNLowLevelILAddInstruction(m_object, expr);
342}
343
344
345ExprId LowLevelILFunction::Goto(BNLowLevelILLabel& label, const ILSourceLocation& loc)

Callers 15

ConditionExecuteFunction · 0.45
ConditionalJumpFunction · 0.45
SignExtendHiLoFunction · 0.45
ConditionalJumpFunction · 0.45
ConditionExecuteFunction · 0.45
ReadILOperandFunction · 0.45
LoadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected