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

Method GetCurrentOffset

binaryview.cpp:1719–1722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1717
1718
1719uint64_t BinaryView::GetCurrentOffset()
1720{
1721 return m_file->GetCurrentOffset();
1722}
1723
1724
1725bool BinaryView::Navigate(const string& view, uint64_t offset)

Callers 2

GetAddressInputMethod · 0.45
CorePluginInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected