Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
size_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
75
size_t CoreFileAccessor::Write(uint64_t offset, const void* src, size_t len)
Callers
1
ReadCallback
Method · 0.45
Calls
1
read
Method · 0.45
Tested by
no test coverage detected