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

Function display_bininfo

python/examples/bin_info.py:77–78  ·  view source on GitHub ↗
(bv)

Source from the content-addressed store, hash-verified

75
76
77def display_bininfo(bv):
78 interaction.show_markdown_report("Binary Info Report", get_bininfo(bv))
79
80
81if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

get_bininfoFunction · 0.85
show_markdown_reportMethod · 0.45

Tested by

no test coverage detected