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

Method ReadBE16

binaryreader.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195uint16_t BinaryReader::ReadBE16()
196{
197 uint16_t result;
198 if (!BNReadBE16(m_stream, &result))
199 throw ReadException();
200 return result;
201}
202
203
204uint32_t BinaryReader::ReadBE32()

Callers

nothing calls this directly

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected