You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "agc $$" option or subcommand to graph recursively
Add x,y position in agj
Output Graph structure to graphviz dot format
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
This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of radare2. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.
Related
Fixes
VV >
andVV <
are broken [Bug]VV<
andVV>
do nothing #8063Enhancements
Graph Debugger
Graph Cursor
Graph Diffing
Interactivity
New commands
AG command returning only the first function on linux #4627
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
Colorization
Switch Statements
Optimization/Refactoring
The text was updated successfully, but these errors were encountered: