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

Method Read64

binaryreader.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101uint64_t BinaryReader::Read64()
102{
103 uint64_t result;
104 if (!BNRead64(m_stream, &result))
105 throw ReadException();
106 return result;
107}
108
109
110uint64_t BinaryReader::ReadPointer()

Callers 2

LoadClassesMethod · 0.45
LoadProtocolsMethod · 0.45

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected