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/disasm/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/file.py') 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) -- cgit 1.4.1