Are there any tools, libraries, or frameworks to get the control flow graph of a C program, and find the worst possible path a program can take?
When I read the other questions related to control flow graphs, I came across a few tools which can generate the control flow graph. Is there any way to use them to find the worst possible path?