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

Method TryRead

binaryreader.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267
268bool BinaryReader::TryRead(void* dest, size_t len)
269{
270 return BNReadData(m_stream, dest, len);
271}
272
273
274bool BinaryReader::TryRead(DataBuffer& dest, size_t len)

Callers 2

InitMethod · 0.80
IsTypeValidForDataMethod · 0.80

Calls 2

SetSizeMethod · 0.80
GetDataMethod · 0.45

Tested by

no test coverage detected