MCPcopy 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
309bool BinaryReader::TryRead64(uint64_t& result)
310{
311 return BNRead64(m_stream, &result);
312}
313
314
315bool BinaryReader::TryReadPointer(uint64_t& result)

Callers 2

DerefPpc64DescriptorMethod · 0.80
IsTypeValidForDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected