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

Method Read

binaryreader.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52void BinaryReader::Read(void* dest, size_t len)
53{
54 if (!BNReadData(m_stream, dest, len))
55 throw ReadException();
56}
57
58
59DataBuffer BinaryReader::Read(size_t len)

Callers

nothing calls this directly

Calls 2

ReadExceptionClass · 0.85
GetDataMethod · 0.45

Tested by

no test coverage detected