Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
uint32_t BinaryReader::Read32()
93
{
94
uint32_t result;
95
if (!BNRead32(m_stream, &result))
96
throw ReadException();
97
return result;
98
}
99
100
101
uint64_t BinaryReader::Read64()
Callers
12
LoadClasses
Method · 0.45
ReadListOfMethodLists
Method · 0.45
ReadMethodList
Method · 0.45
ReadIvarList
Method · 0.45
ClassHierarchyDescriptor
Method · 0.45
BaseClassDescriptor
Method · 0.45
BaseClassArray
Method · 0.45
CompleteObjectLocator
Method · 0.45
ProcessRTTI
Method · 0.45
BaseClassTypeInfo
Method · 0.45
VMIClassTypeInfo
Method · 0.45
ProcessVFTBaseClassInfo
Method · 0.45
Calls
1
ReadException
Class · 0.85
Tested by
no test coverage detected