I'm looking for Control Flow Graph generator for source code written in C++. Do you know any open-source, static generator?
I would like to use it in my graduation project to generate control flow graph and highlight paths which has been executed during the execution of analyzed application.
I've already written entire engine to log executed lines.
Thank you for all answers.