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

Method Navigate

binaryview.cpp:1725–1728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1723
1724
1725bool BinaryView::Navigate(const string& view, uint64_t offset)
1726{
1727 return m_file->Navigate(view, offset);
1728}
1729
1730
1731DataBuffer BinaryView::ReadBuffer(uint64_t offset, size_t len)

Callers 1

initSymbolTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected