Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
DataBuffer KeyValueStore::GetSerializedData() const
133
{
134
return DataBuffer(BNGetKeyValueStoreSerializedData(m_object));
135
}
136
137
138
void KeyValueStore::BeginNamespace(const std::string& name)
Callers
nothing calls this directly
Calls
1
DataBuffer
Class · 0.70
Tested by
no test coverage detected