diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-01-30 14:32:36 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-01-30 21:10:01 +0100 |
| commit | 1cb9cbcc2d71d76faf10d7b822f29c035a758343 (patch) | |
| tree | 9da4f8fa2478a4bcd9591aa644e3ec044fc2918c /example/disasm/full.py | |
| parent | dbf10438741443d59b8db500905d3d110a34c73c (diff) | |
| download | focaccia-miasm-1cb9cbcc2d71d76faf10d7b822f29c035a758343.tar.gz focaccia-miasm-1cb9cbcc2d71d76faf10d7b822f29c035a758343.zip | |
Graph: generic html dot code
Diffstat (limited to 'example/disasm/full.py')
| -rw-r--r-- | example/disasm/full.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |