I want to create a Data dependency graph which is a graph obtained from the control flow graph in which the nodes are instructions and are connected if the instruction in the node use or modify the same memory space, this graph is also known as Program Dependence Graph. If it's not implemented how can I use radare from my own code to get the Control Flow Graph with the instructions in the same format as Capstone. Thanks in advance.
I want to create a Data dependency graph which is a graph obtained from the control flow graph in which the nodes are instructions and are connected if the instruction in the node use or modify the same memory space, this graph is also known as Program Dependence Graph. If it's not implemented how can I use radare from my own code to get the Control Flow Graph with the instructions in the same format as Capstone. Thanks in advance.