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

Method WriteBE64

binarywriter.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134void BinaryWriter::WriteBE64(uint64_t val)
135{
136 if (!BNWriteBE64(m_stream, val))
137 throw WriteException();
138}
139
140
141bool BinaryWriter::TryWrite(const void* src, size_t len)

Callers

nothing calls this directly

Calls 1

WriteExceptionClass · 0.85

Tested by

no test coverage detected