Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ TryWrite
Method
TryWrite
binarywriter.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
141
bool BinaryWriter::TryWrite(const void* src, size_t len)
142
{
143
return BNWriteData(m_stream, src, len);
144
}
145
146
147
bool BinaryWriter::TryWrite(const DataBuffer& buf)
Callers
nothing calls this directly
Calls
4
c_str
Method · 0.80
GetData
Method · 0.45
GetLength
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected