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

Method GetInstructionForExpr

lowlevelil.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579
580size_t LowLevelILFunction::GetInstructionForExpr(size_t expr) const
581{
582 return BNGetLowLevelILInstructionForExpr(m_object, expr);
583}
584
585
586size_t LowLevelILFunction::GetInstructionCount() const

Callers 3

GetInstructionIndexMethod · 0.45
GetExprTextMethod · 0.45
GetExprTextInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected