diff options
Diffstat (limited to 'example/disasm/file.py')
| -rw-r--r-- | example/disasm/file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm/file.py b/example/disasm/file.py index 1a22dfe7..1b9347d8 100644 --- a/example/disasm/file.py +++ b/example/disasm/file.py @@ -17,4 +17,4 @@ mdis.dont_dis_nulstart_bloc = True blocs = mdis.dis_multibloc(addr) graph = bloc2graph(blocs) -open('graph.txt', 'w').write(graph) +open('graph.dot', 'w').write(graph) |