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

Method GetAddressForDataOffset

binaryview.cpp:4961–4964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4959
4960
4961bool BinaryView::GetAddressForDataOffset(uint64_t offset, uint64_t& addr)
4962{
4963 return BNGetAddressForDataOffset(m_object, offset, &addr);
4964}
4965
4966
4967bool BinaryView::GetDataOffsetForAddress(uint64_t addr, uint64_t& offset)

Callers 1

navigateToFileOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected