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

Method GetContents

tempfile.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64DataBuffer TemporaryFile::GetContents()
65{
66 if (!m_object)
67 return DataBuffer();
68 return DataBuffer(BNGetTemporaryFileContents(m_object));
69}

Callers 1

AssembleMethod · 0.45

Calls 1

DataBufferClass · 0.70

Tested by

no test coverage detected