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