Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetDataAt
Method
GetDataAt
databuffer.cpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
125
126
void* DataBuffer::GetDataAt(size_t offset)
127
{
128
return BNGetDataBufferContentsAt(m_buffer, offset);
129
}
130
131
132
const void* DataBuffer::GetDataAt(size_t offset) const
Callers
3
GetValue
Method · 0.80
ParseSymbolTable
Method · 0.80
ParseSymbolTable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected