Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetData
Method
GetData
databuffer.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void* DataBuffer::GetData()
115
{
116
return BNGetDataBufferContents(m_buffer);
117
}
118
119
120
const void* DataBuffer::GetData() const
Callers
15
AssembleCallback
Method · 0.45
GetValue
Method · 0.45
CreateAutoAddressTag
Method · 0.45
CreateUserAddressTag
Method · 0.45
CreateAutoFunctionTag
Method · 0.45
CreateUserFunctionTag
Method · 0.45
operator==
Method · 0.45
UnescapeString
Method · 0.45
Read
Method · 0.45
ReadString
Method · 0.45
TryRead
Method · 0.45
TryReadString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected