MCPcopy 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
126void* DataBuffer::GetDataAt(size_t offset)
127{
128 return BNGetDataBufferContentsAt(m_buffer, offset);
129}
130
131
132const void* DataBuffer::GetDataAt(size_t offset) const

Callers 3

GetValueMethod · 0.80
ParseSymbolTableMethod · 0.80
ParseSymbolTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected