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

Method ReadLE32

binaryreader.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132uint32_t BinaryReader::ReadLE32()
133{
134 uint32_t result;
135 if (!BNReadLE32(m_stream, &result))
136 throw ReadException();
137 return result;
138}
139
140
141uint64_t BinaryReader::ReadLE64()

Callers

nothing calls this directly

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected