Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ size
Method
size
mediumlevelilinstruction.cpp:417–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
416
417
size_t MediumLevelILIntegerList::size() const
418
{
419
return m_start.count;
420
}
421
422
423
uint64_t MediumLevelILIntegerList::operator[](size_t i) const
Callers
15
GetOperandIndexForOperandUsages
Function · 0.45
UpdateRawOperandAsSSAVariableList
Method · 0.45
UpdateRawOperandAsExprList
Method · 0.45
JumpTo
Method · 0.45
Call
Method · 0.45
CallUntyped
Method · 0.45
Syscall
Method · 0.45
SyscallUntyped
Method · 0.45
TailCall
Method · 0.45
TailCallUntyped
Method · 0.45
CallSSA
Method · 0.45
CallUntypedSSA
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected