Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1719
uint64_t BinaryView::GetCurrentOffset()
1720
{
1721
return m_file->GetCurrentOffset();
1722
}
1723
1724
1725
bool BinaryView::Navigate(const string& view, uint64_t offset)
Callers
2
GetAddressInput
Method · 0.45
CorePluginInit
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected