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

Method ReadLE64

binaryreader.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141uint64_t BinaryReader::ReadLE64()
142{
143 uint64_t result;
144 if (!BNReadLE64(m_stream, &result))
145 throw ReadException();
146 return result;
147}
148
149uint64_t BinaryReader::ReadLEPointer()
150{

Callers

nothing calls this directly

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected