diff options
Diffstat (limited to 'example/asm')
| -rw-r--r-- | example/asm/shellcode.py | 2 |
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, |