diff options
| author | serpilliere <devnull@localhost> | 2012-01-17 11:29:07 +0100 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2012-01-17 11:29:07 +0100 |
| commit | c653fb8faaee795e017dd88191ab0c19ce02d8a0 (patch) | |
| tree | 427913af58f1ccb32320642c7bfdac655b0b5558 /example/disas_and_graph.py | |
| parent | 590fb5590f85a7de443904d95a7625f2ca4854e5 (diff) | |
| download | miasm-c653fb8faaee795e017dd88191ab0c19ce02d8a0.tar.gz miasm-c653fb8faaee795e017dd88191ab0c19ce02d8a0.zip | |
enable miasm installation without tcc
Diffstat (limited to 'example/disas_and_graph.py')
| -rwxr-xr-x | example/disas_and_graph.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/disas_and_graph.py b/example/disas_and_graph.py index c7ec26aa..03519a70 100755 --- a/example/disas_and_graph.py +++ b/example/disas_and_graph.py @@ -2,7 +2,6 @@ import os from elfesteem import * from miasm.tools.pe_helper import * -from miasm.tools import seh_helper from miasm.core import bin_stream import inspect from miasm.core import asmbloc |