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

Method Read16

binaryreader.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83uint16_t BinaryReader::Read16()
84{
85 uint16_t result;
86 if (!BNRead16(m_stream, &result))
87 throw ReadException();
88 return result;
89}
90
91
92uint32_t BinaryReader::Read32()

Callers 1

BaseClassTypeInfoMethod · 0.45

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected