Module cwe_checker_lib::utils::graph_utils
source · Expand description
Helper functions for common tasks utilizing the control flow graph of the binary.
Functions
- Check whether a call to the
sink_symbol
is reachable from the givensource_node
through a path of intraprocedural edges in the control flow graph.