radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.37k stars 2.97k forks source link

Output Graph structure to graphviz dot format #2701

Closed radare closed 7 years ago

radare commented 9 years ago

we can already dump function graphs and callgraphs to dot format, but not using the graph API used for ascii art rendering. The graph API should be exposed to bindings and r2 commandline, so anyone can create a graph with its contents and render it.. this way we can also do code graphdiffing in ascii art. and enable python/js to use that

XVilka commented 9 years ago

@ret2libc probably this could interest you.

Maijin commented 7 years ago

See META - GRAPH