From b4114c3e786cf9c90b9c81cb4594d7775a266f5d Mon Sep 17 00:00:00 2001 From: Ajax Date: Mon, 9 Nov 2015 14:49:51 +0100 Subject: Example: move output .txt to .dot --- example/asm/shellcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/asm/shellcode.py') 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, -- cgit 1.4.1