Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ navigate
Method
navigate
examples/triage/view.cpp:200–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
199
200
bool TriageView::navigate(uint64_t addr)
201
{
202
if (m_byteView)
203
return m_byteView->navigate(addr);
204
return false;
205
}
206
207
208
void TriageView::startFullAnalysis()
Callers
1
navigateToFileOffset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected