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

Method _show_html_report

python/interaction.py:528–536  ·  view source on GitHub ↗
(self, ctxt, view, title, contents, plaintext)

Source from the content-addressed store, hash-verified

526 log_error(traceback.format_exc())
527
528 def _show_html_report(self, ctxt, view, title, contents, plaintext):
529 try:
530 if view:
531 view = binaryview.BinaryView(handle=core.BNNewViewReference(view))
532 else:
533 view = None
534 self.show_html_report(view, title, contents, plaintext)
535 except:
536 log_error(traceback.format_exc())
537
538 def _show_graph_report(self, ctxt, view, title, graph):
539 try:

Callers

nothing calls this directly

Calls 3

show_html_reportMethod · 0.95
log_errorFunction · 0.85
BinaryViewMethod · 0.80

Tested by

no test coverage detected