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

Method Write

binarywriter.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52void BinaryWriter::Write(const void* src, size_t len)
53{
54 if (!BNWriteData(m_stream, src, len))
55 throw WriteException();
56}
57
58
59void BinaryWriter::Write(const DataBuffer& buf)

Callers

nothing calls this directly

Calls 5

WriteExceptionClass · 0.85
c_strMethod · 0.80
GetDataMethod · 0.45
GetLengthMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected