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

Method WriteBE16

binarywriter.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120void BinaryWriter::WriteBE16(uint16_t val)
121{
122 if (!BNWriteBE16(m_stream, val))
123 throw WriteException();
124}
125
126
127void BinaryWriter::WriteBE32(uint32_t val)

Callers

nothing calls this directly

Calls 1

WriteExceptionClass · 0.85

Tested by

no test coverage detected