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

Method create_graph

python/mediumlevelil.py:5510–5515  ·  view source on GitHub ↗
(self, settings: Optional['function.DisassemblySettings'] = None)

Source from the content-addressed store, hash-verified

5508 return result
5509
5510 def create_graph(self, settings: Optional['function.DisassemblySettings'] = None) -> flowgraph.CoreFlowGraph:
5511 if settings is not None:
5512 settings_obj = settings.handle
5513 else:
5514 settings_obj = None
5515 return flowgraph.CoreFlowGraph(core.BNCreateMediumLevelILFunctionGraph(self.handle, settings_obj))
5516
5517 @property
5518 def arch(self) -> 'architecture.Architecture':

Callers

nothing calls this directly

Calls 1

CoreFlowGraphMethod · 0.80

Tested by

no test coverage detected