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

Method startFullAnalysis

examples/triage/view.cpp:208–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208void TriageView::startFullAnalysis()
209{
210 BinaryNinja::Settings::Instance()->Set("analysis.mode", "full", m_data);
211 for (auto& f : m_data->GetAnalysisFunctionList())
212 {
213 if (f->IsAnalysisSkipped())
214 f->Reanalyze();
215 }
216 m_data->UpdateAnalysis();
217 m_fullAnalysisButton->hide();
218}
219
220
221void TriageView::navigateToFileOffset(uint64_t offset)

Callers

nothing calls this directly

Calls 5

IsAnalysisSkippedMethod · 0.80
UpdateAnalysisMethod · 0.80
SetMethod · 0.45
ReanalyzeMethod · 0.45

Tested by

no test coverage detected