Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ CoreFlowGraph
Method
CoreFlowGraph
flowgraph.cpp:466–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
465
466
CoreFlowGraph::CoreFlowGraph(BNFlowGraph* graph) : FlowGraph(graph)
467
{
468
m_queryMode = BNFlowGraphUpdateQueryMode(GetObject());
469
}
470
471
472
bool CoreFlowGraph::HasUpdates() const
Callers
7
_show_graph_report
Method · 0.80
_report_from_index
Method · 0.80
create_graph
Method · 0.80
unresolved_stack_adjustment_graph
Method · 0.80
create_graph
Method · 0.80
create_graph
Method · 0.80
create_graph
Method · 0.80
Calls
1
GetObject
Function · 0.85
Tested by
no test coverage detected