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

Method Read

fileaccessor.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69size_t CoreFileAccessor::Read(void* dest, uint64_t offset, size_t len)
70{
71 return m_callbacks.read(m_callbacks.context, dest, offset, len);
72}
73
74
75size_t CoreFileAccessor::Write(uint64_t offset, const void* src, size_t len)

Callers 1

ReadCallbackMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected