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

Method Write8

binarywriter.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71void BinaryWriter::Write8(uint8_t val)
72{
73 if (!BNWrite8(m_stream, val))
74 throw WriteException();
75}
76
77
78void BinaryWriter::Write16(uint16_t val)

Callers

nothing calls this directly

Calls 1

WriteExceptionClass · 0.85

Tested by

no test coverage detected