diff options
| author | Ajax <commial@gmail.com> | 2015-11-09 14:49:51 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-09 15:01:12 +0100 |
| commit | b4114c3e786cf9c90b9c81cb4594d7775a266f5d (patch) | |
| tree | 55e86387c9e1ee9b2b0c7fed92d8cf6cffde9160 /example/expression/get_read_write.py | |
| parent | 7681a432c7c98df9d075701a172df0d5f311f753 (diff) | |
| download | focaccia-miasm-b4114c3e786cf9c90b9c81cb4594d7775a266f5d.tar.gz focaccia-miasm-b4114c3e786cf9c90b9c81cb4594d7775a266f5d.zip | |
Example: move output .txt to .dot
Diffstat (limited to 'example/expression/get_read_write.py')
| -rw-r--r-- | example/expression/get_read_write.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/expression/get_read_write.py b/example/expression/get_read_write.py index faa3f9df..f0f48015 100644 --- a/example/expression/get_read_write.py +++ b/example/expression/get_read_write.py @@ -23,4 +23,4 @@ for lbl, b in ir_arch.blocs.items(): print ir_arch.gen_graph() g = ir_arch.graph() -open('graph_instr.txt', 'w').write(g) +open('graph_instr.dot', 'w').write(g) |