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

Method GetFileContents

database.cpp:274–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273
274DataBuffer Snapshot::GetFileContents()
275{
276 BNDataBuffer* buffer = BNGetSnapshotFileContents(m_object);
277 if (buffer == nullptr)
278 {
279 throw DatabaseException("BNGetSnapshotFileContents");
280 }
281 return DataBuffer(buffer);
282}
283
284
285DataBuffer Snapshot::GetFileContentsHash()

Callers

nothing calls this directly

Calls 2

DatabaseExceptionClass · 0.85
DataBufferClass · 0.70

Tested by

no test coverage detected