Hi everyone,
I am planning to generate a control flow graph from C functions, and need to know which block that each statement belongs to, that is the mapping from statements to blocks, or vice versa, any APIs or example available for now?
I have gone through the docs on the website but no luck to find something like this.
Any advice will be appreciated greatly. thanks.
Tony