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

Method WriteLE64

binarywriter.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113void BinaryWriter::WriteLE64(uint64_t val)
114{
115 if (!BNWriteLE64(m_stream, val))
116 throw WriteException();
117}
118
119
120void BinaryWriter::WriteBE16(uint16_t val)

Callers

nothing calls this directly

Calls 1

WriteExceptionClass · 0.85

Tested by

no test coverage detected