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

Method WriteLE32

binarywriter.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106void BinaryWriter::WriteLE32(uint32_t val)
107{
108 if (!BNWriteLE32(m_stream, val))
109 throw WriteException();
110}
111
112
113void BinaryWriter::WriteLE64(uint64_t val)

Callers

nothing calls this directly

Calls 1

WriteExceptionClass · 0.85

Tested by

no test coverage detected