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

Method GetDatabase

database.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186Ref<Database> Snapshot::GetDatabase()
187{
188 return new Database(BNGetSnapshotDatabase(m_object));
189}
190
191
192int64_t Snapshot::GetId()

Callers 8

RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45
RecognizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected