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

Method Replace

workflow.cpp:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603
604
605bool Workflow::Replace(const string& activity, const string& newActivity)
606{
607 return BNWorkflowReplace(m_object, activity.c_str(), newActivity.c_str());
608}
609
610
611Ref<FlowGraph> Workflow::GetGraph(const string& activity, bool sequential)

Callers 4

AnalyzeStandardFunctionFunction · 0.45
FunctionInlinerFunction · 0.45
TailCallTranslationFunction · 0.45
CorePluginInitFunction · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected