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

Method GetRawExpr

lowlevelil.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547
548
549BNLowLevelILInstruction LowLevelILFunction::GetRawExpr(size_t i) const
550{
551 return BNGetLowLevelILByIndex(m_object, i);
552}
553
554
555LowLevelILInstruction LowLevelILFunction::operator[](size_t i)

Callers 15

operator*Method · 0.45
GetRawOperandAsExprMethod · 0.45
operator*Method · 0.45
GetRawOperandAsExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected