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

Method Inform

workflow.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107bool AnalysisContext::Inform(const string& request)
108{
109 return BNAnalysisContextInform(m_object, request.c_str());
110}
111
112
113bool WorkflowMachine::PostRequest(const std::string& command)

Callers 1

TailCallTranslationFunction · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected