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

Method GetFileContentsHash

database.cpp:285–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284
285DataBuffer Snapshot::GetFileContentsHash()
286{
287 BNDataBuffer* buffer = BNGetSnapshotFileContentsHash(m_object);
288 if (buffer == nullptr)
289 {
290 throw DatabaseException("BNGetSnapshotFileContentsHash");
291 }
292 return DataBuffer(buffer);
293}
294
295
296DataBuffer Snapshot::GetUndoData()

Callers

nothing calls this directly

Calls 2

DatabaseExceptionClass · 0.85
DataBufferClass · 0.70

Tested by

no test coverage detected