about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/asm/shellcode.py')
-rw-r--r--example/asm/shellcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm/shellcode.py b/example/asm/shellcode.py
index 52630e4d..253386b5 100644
--- a/example/asm/shellcode.py
+++ b/example/asm/shellcode.py
@@ -77,7 +77,7 @@ if args.PE:
 for bloc in blocs:
     print bloc
 graph = asmbloc.bloc2graph(blocs)
-open("graph.txt", "w").write(graph)
+open("graph.dot", "w").write(graph)
 
 # Apply patches
 patches = asmbloc.asm_resolve_final(machine.mn,