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

Method navigate

python/examples/triage/view.py:132–135  ·  view source on GitHub ↗
(self, addr)

Source from the content-addressed store, hash-verified

130 return binaryninjaui.getMonospaceFont(self)
131
132 def navigate(self, addr):
133 if self.byteView:
134 return self.byteView.navigate(addr)
135 return False
136
137 def startFullAnalysis(self):
138 Settings().set_string("analysis.mode", "full", self.data)

Callers 1

navigateToFileOffsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected