MCPcopy 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
141bool BinaryWriter::TryWrite(const void* src, size_t len)
142{
143 return BNWriteData(m_stream, src, len);
144}
145
146
147bool BinaryWriter::TryWrite(const DataBuffer& buf)

Callers

nothing calls this directly

Calls 4

c_strMethod · 0.80
GetDataMethod · 0.45
GetLengthMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected