(self, addr)
| 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) |
no outgoing calls
no test coverage detected