radareorg / radare2

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

Command to Print/Dump ASCII graph (like in VVV) #2251

Closed Maijin closed 9 years ago

Maijin commented 9 years ago

Possibility to print the ascii graph, for example to create text graph with ascii file in it :full_moon_with_face:

ret2libc commented 9 years ago

Please check if 'agf'('afg') done in e20b36095b131e8e30f3a161a0039848b33f8a11 are what you want.

Maijin commented 9 years ago

@ret2libc awesome, now it just need an auto-layout to avoid having the graph branch overlapping and that'll be perfect :dancers: Thanks :+1: And that'll be also a good command for adding tests to the graphs.

See that @jvoisin