Radare2 callgraph macro.

This commit is contained in:
David Tomaschik
2014-05-25 23:26:04 -07:00
parent 4510acb3ea
commit 63a6f8bb32
2 changed files with 8 additions and 0 deletions

5
radare2/xdot Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
DOT=`mktemp`
cat > $DOT
xdot $DOT

View File

@@ -4,3 +4,6 @@ e asm.syntax = intel
e asm.linescall = true
e asm.linesout = true
e asm.lineswidth = 12
# Callgraph: .(cg)
(cg,aa,ag | $HOME/.radare2/xdot || xdot -,)