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

Method Write16

binarywriter.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78void BinaryWriter::Write16(uint16_t val)
79{
80 if (!BNWrite16(m_stream, val))
81 throw WriteException();
82}
83
84
85void BinaryWriter::Write32(uint32_t val)

Callers

nothing calls this directly

Calls 1

WriteExceptionClass · 0.85

Tested by

no test coverage detected