<div dir="ltr"><div>Hi everyone,</div><div><br></div><div>I am trying to build a C static analysis tool and in order to make some procedures I need to build Control Flow Graphs. I am using clang for parsing the c files and building the AST, in particular I am working with python bindings. I was wondering if there is any way to build and interact with a Control Flow Graph in the same way I can do it throught the AST with pyhton bindings. </div><div>I inspected the files and I realized that with python bindings this is not possible (maybe I am wrong since I am a little newbie). Maybe exist another way to do it, can you help me with that? </div><div><br></div><div>Thank you so much, I hope this is the right place for this type of questions.</div></div>