gcc - Generating Control Flow Graph for c++ code -
i want analyzes c++ programs. trying generating control flow graph, run tests, , mark vertexes hit. know gcc gives ability generate cfg compiled code -fdump-tree-cfg. generated file hard read , have no idea how parse file. have questions here.
- how parse generated cfg file gcc?
- how mark vertexes hit running tests?
i found many related questions , answers, no 1 satisfies questions. idea appreciated.
thanks
Comments
Post a Comment