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

Method Read

binaryview.cpp:1888–1891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886
1887
1888size_t BinaryView::Read(void* dest, uint64_t offset, size_t len)
1889{
1890 return BNReadViewData(m_object, dest, offset, len);
1891}
1892
1893
1894size_t BinaryView::Write(uint64_t offset, const void* data, size_t len)

Callers 7

ReadListOfMethodListsMethod · 0.45
FileInfoWidgetMethod · 0.45
mainFunction · 0.45
FunctionInlinerFunction · 0.45
TailCallTranslationFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36