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

Method GetRawNonASTExpr

highlevelil.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184BNHighLevelILInstruction HighLevelILFunction::GetRawNonASTExpr(size_t i) const
185{
186 return BNGetHighLevelILByIndex(m_object, i, false);
187}
188
189
190HighLevelILInstruction HighLevelILFunction::operator[](size_t i)

Callers 2

operator*Method · 0.80
GetRawOperandAsExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected