Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
DataBuffer TemporaryFile::GetContents()
65
{
66
if (!m_object)
67
return DataBuffer();
68
return DataBuffer(BNGetTemporaryFileContents(m_object));
69
}
Callers
1
Assemble
Method · 0.45
Calls
1
DataBuffer
Class · 0.70
Tested by
no test coverage detected