mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Radare2 callgraph macro.
This commit is contained in:
5
radare2/xdot
Executable file
5
radare2/xdot
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
DOT=`mktemp`
|
||||
cat > $DOT
|
||||
xdot $DOT
|
||||
Reference in New Issue
Block a user