Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ SetSize
Method
SetSize
databuffer.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
144
void DataBuffer::SetSize(size_t len)
145
{
146
BNSetDataBufferLength(m_buffer, len);
147
}
148
149
150
void DataBuffer::Clear()
Callers
1
TryRead
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected