Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
bool AnalysisContext::Inform(const string& request)
108
{
109
return BNAnalysisContextInform(m_object, request.c_str());
110
}
111
112
113
bool WorkflowMachine::PostRequest(const std::string& command)
Callers
1
TailCallTranslation
Function · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected