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

Method default_settings

python/function.py:138–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137 @staticmethod
138 def default_settings() -> 'DisassemblySettings':
139 return DisassemblySettings(core.BNDefaultDisassemblySettings())
140
141 @staticmethod
142 def default_graph_settings() -> 'DisassemblySettings':

Callers 3

__str__Method · 0.80
__repr__Method · 0.80
tokensMethod · 0.80

Calls 1

DisassemblySettingsClass · 0.70

Tested by

no test coverage detected