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

Method GetExprCount

lowlevelil.cpp:592–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590
591
592size_t LowLevelILFunction::GetExprCount() const
593{
594 return BNGetLowLevelILExprCount(m_object);
595}
596
597
598void LowLevelILFunction::UpdateInstructionOperand(size_t i, size_t operandIndex, ExprId value)

Callers 8

HasMediumLevelILMethod · 0.45
HasMediumLevelILMethod · 0.45
GetMediumLevelILMethod · 0.45
HasLowLevelILMethod · 0.45
GetLowLevelILMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected