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

Method GetExpr

mediumlevelil.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266MediumLevelILInstruction MediumLevelILFunction::GetExpr(size_t i)
267{
268 return MediumLevelILInstruction(this, GetRawExpr(i), i, GetInstructionForExpr(i));
269}
270
271
272size_t MediumLevelILFunction::GetIndexForInstruction(size_t i) const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected