MCPcopy 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
200bool TriageView::navigate(uint64_t addr)
201{
202 if (m_byteView)
203 return m_byteView->navigate(addr);
204 return false;
205}
206
207
208void TriageView::startFullAnalysis()

Callers 1

navigateToFileOffsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected