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

Method ReadBE32

binaryreader.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204uint32_t BinaryReader::ReadBE32()
205{
206 uint32_t result;
207 if (!BNReadBE32(m_stream, &result))
208 throw ReadException();
209 return result;
210}
211
212
213uint64_t BinaryReader::ReadBE64()

Callers

nothing calls this directly

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected