Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ TryRead64
Method
TryRead64
binaryreader.cpp:309–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
308
309
bool BinaryReader::TryRead64(uint64_t& result)
310
{
311
return BNRead64(m_stream, &result);
312
}
313
314
315
bool BinaryReader::TryReadPointer(uint64_t& result)
Callers
2
DerefPpc64Descriptor
Method · 0.80
IsTypeValidForData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected