From 1cb9cbcc2d71d76faf10d7b822f29c035a758343 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Sat, 30 Jan 2016 14:32:36 +0100 Subject: Graph: generic html dot code --- example/disasm/full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/full.py') diff --git a/example/disasm/full.py b/example/disasm/full.py index 0b0069c6..ee0b88dd 100644 --- a/example/disasm/full.py +++ b/example/disasm/full.py @@ -148,7 +148,7 @@ for blocs in all_funcs_blocs.values(): log.info('generate graph file') -open('graph_execflow.dot', 'w').write(all_blocs.dot(label=True)) +open('graph_execflow.dot', 'w').write(all_blocs.dot(offset=True)) log.info('generate intervals') -- cgit 1.4.1