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

Method GetExpr

lowlevelil.cpp:568–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567
568LowLevelILInstruction LowLevelILFunction::GetExpr(size_t i)
569{
570 return LowLevelILInstruction(this, GetRawExpr(i), i, GetInstructionForExpr(i));
571}
572
573
574size_t LowLevelILFunction::GetIndexForInstruction(size_t i) const

Callers 7

GetExprTextCallbackMethod · 0.45
BeginLinesCallbackMethod · 0.45
EndLinesCallbackMethod · 0.45
IsMutableMethod · 0.45
PrintILExprFunction · 0.45
PrintILExprFunction · 0.45

Calls 1

Tested by

no test coverage detected