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

Method startFullAnalysis

python/examples/triage/view.py:137–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return False
136
137 def startFullAnalysis(self):
138 Settings().set_string("analysis.mode", "full", self.data)
139 for f in self.data.functions:
140 if f.analysis_skipped:
141 f.reanalyze()
142 self.data.update_analysis()
143 self.fullAnalysisButton.hide()
144
145 def navigateToFileOffset(self, offset):
146 if self.byteView is None:

Callers

nothing calls this directly

Calls 4

SettingsClass · 0.90
set_stringMethod · 0.45
reanalyzeMethod · 0.45
update_analysisMethod · 0.45

Tested by

no test coverage detected