Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
uint64_t BinaryReader::Read64()
102
{
103
uint64_t result;
104
if (!BNRead64(m_stream, &result))
105
throw ReadException();
106
return result;
107
}
108
109
110
uint64_t BinaryReader::ReadPointer()
Callers
2
LoadClasses
Method · 0.45
LoadProtocols
Method · 0.45
Calls
1
ReadException
Class · 0.85
Tested by
no test coverage detected