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

Method ReadLE16

binaryreader.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122
123uint16_t BinaryReader::ReadLE16()
124{
125 uint16_t result;
126 if (!BNReadLE16(m_stream, &result))
127 throw ReadException();
128 return result;
129}
130
131
132uint32_t BinaryReader::ReadLE32()

Callers

nothing calls this directly

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected