MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetSerializedData

Method GetSerializedData

database.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132DataBuffer KeyValueStore::GetSerializedData() const
133{
134 return DataBuffer(BNGetKeyValueStoreSerializedData(m_object));
135}
136
137
138void KeyValueStore::BeginNamespace(const std::string& name)

Callers

nothing calls this directly

Calls 1

DataBufferClass · 0.70

Tested by

no test coverage detected