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

Method Read32

binaryreader.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92uint32_t BinaryReader::Read32()
93{
94 uint32_t result;
95 if (!BNRead32(m_stream, &result))
96 throw ReadException();
97 return result;
98}
99
100
101uint64_t BinaryReader::Read64()

Callers 12

LoadClassesMethod · 0.45
ReadListOfMethodListsMethod · 0.45
ReadMethodListMethod · 0.45
ReadIvarListMethod · 0.45
BaseClassDescriptorMethod · 0.45
BaseClassArrayMethod · 0.45
CompleteObjectLocatorMethod · 0.45
ProcessRTTIMethod · 0.45
BaseClassTypeInfoMethod · 0.45
VMIClassTypeInfoMethod · 0.45

Calls 1

ReadExceptionClass · 0.85

Tested by

no test coverage detected