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

Method create_graph

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

Source from the content-addressed store, hash-verified

4568 core.BNGenerateHighLevelILSSAForm(self.handle, variable_list, len(variable_list))
4569
4570 def create_graph(self, settings: Optional['function.DisassemblySettings'] = None) -> 'flowgraph.CoreFlowGraph':
4571 if settings is not None:
4572 settings_obj = settings.handle
4573 else:
4574 settings_obj = None
4575 return flowgraph.CoreFlowGraph(core.BNCreateHighLevelILFunctionGraph(self.handle, settings_obj))
4576
4577 @property
4578 def il_form(self) -> FunctionGraphType:

Callers

nothing calls this directly

Calls 1

CoreFlowGraphMethod · 0.80

Tested by

no test coverage detected