Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetLength
Method
GetLength
databuffer.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
137
138
size_t DataBuffer::GetLength() const
139
{
140
return BNGetDataBufferLength(m_buffer);
141
}
142
143
144
void DataBuffer::SetSize(size_t len)
Callers
2
operator==
Method · 0.45
UnescapeString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected