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

Method Write

fileaccessor.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75size_t CoreFileAccessor::Write(uint64_t offset, const void* src, size_t len)
76{
77 return m_callbacks.write(m_callbacks.context, offset, src, len);
78}

Callers 1

WriteCallbackMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected