Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Write
Method
Write
binaryview.cpp:1894–1897 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1892
1893
1894
size_t BinaryView::Write(uint64_t offset, const void* data, size_t len)
1895
{
1896
return BNWriteViewData(m_object, offset, data, len);
1897
}
1898
1899
1900
size_t BinaryView::Insert(uint64_t offset, const void* data, size_t len)
Callers
1
write_breakpoint
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected