Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
586
size_t LowLevelILFunction::GetInstructionCount() const
587
{
588
return BNGetLowLevelILInstructionCount(m_object);
589
}
590
591
592
size_t LowLevelILFunction::GetExprCount() const
Callers
15
GetInstructionLowLevelIL
Method · 0.45
RecognizeELFPLTEntries0
Method · 0.45
RecognizeELFPLTEntries1
Method · 0.45
RecognizeELFPLTEntries2
Method · 0.45
GetInstructionLowLevelIL
Method · 0.45
RecognizeLowLevelIL
Method · 0.45
ApplyAttributeToLastInstruction
Function · 0.45
GetLowLevelILForInstruction
Function · 0.45
RecognizeELFPLTEntries
Method · 0.45
RecognizeMachoPLTEntries
Method · 0.45
RecognizeELFPLTEntries
Method · 0.45
IsValidFunctionStart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected