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

Method default_graph_settings

python/function.py:142–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140
141 @staticmethod
142 def default_graph_settings() -> 'DisassemblySettings':
143 return DisassemblySettings(core.BNDefaultGraphDisassemblySettings())
144
145 @staticmethod
146 def default_linear_settings() -> 'DisassemblySettings':

Callers

nothing calls this directly

Calls 1

DisassemblySettingsClass · 0.70

Tested by

no test coverage detected