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

Method GetInstructionCount

lowlevelil.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585
586size_t LowLevelILFunction::GetInstructionCount() const
587{
588 return BNGetLowLevelILInstructionCount(m_object);
589}
590
591
592size_t LowLevelILFunction::GetExprCount() const

Calls

no outgoing calls

Tested by

no test coverage detected