MCPcopy 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
114void* DataBuffer::GetData()
115{
116 return BNGetDataBufferContents(m_buffer);
117}
118
119
120const void* DataBuffer::GetData() const

Callers 15

AssembleCallbackMethod · 0.45
GetValueMethod · 0.45
CreateAutoAddressTagMethod · 0.45
CreateUserAddressTagMethod · 0.45
CreateAutoFunctionTagMethod · 0.45
CreateUserFunctionTagMethod · 0.45
operator==Method · 0.45
UnescapeStringMethod · 0.45
ReadMethod · 0.45
ReadStringMethod · 0.45
TryReadMethod · 0.45
TryReadStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected