Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
def
display_bininfo(bv):
78
interaction.show_markdown_report(
"Binary Info Report"
, get_bininfo(bv))
79
80
81
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
2
get_bininfo
Function · 0.85
show_markdown_report
Method · 0.45
Tested by
no test coverage detected