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

Method WriteBuffer

binaryview.cpp:1738–1741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736
1737
1738size_t BinaryView::WriteBuffer(uint64_t offset, const DataBuffer& data)
1739{
1740 return BNWriteViewBuffer(m_object, offset, data.GetBufferObject());
1741}
1742
1743
1744size_t BinaryView::InsertBuffer(uint64_t offset, const DataBuffer& data)

Callers 2

CreateMethod · 0.45
ParseMethod · 0.45

Calls 1

GetBufferObjectMethod · 0.80

Tested by

no test coverage detected