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

Method CreateFunctionGraph

function.cpp:1288–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286
1287
1288Ref<FlowGraph> Function::CreateFunctionGraph(const FunctionViewType& type, DisassemblySettings* settings)
1289{
1290 BNFlowGraph* graph = BNCreateFunctionGraph(m_object, type.ToAPIObject(), settings ? settings->GetObject() : nullptr);
1291 return new CoreFlowGraph(graph);
1292}
1293
1294
1295map<int64_t, vector<VariableNameAndType>> Function::GetStackLayout()

Callers

nothing calls this directly

Calls 2

ToAPIObjectMethod · 0.45
GetObjectMethod · 0.45

Tested by

no test coverage detected