diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2015-02-11 10:58:09 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2015-02-11 10:58:09 +0100 |
| commit | dc916d52815feee22cc81a29fe1272278d4caefc (patch) | |
| tree | 5d305d657dfc2518eef905af38bf93f3176f4dc0 /example/ida/symbol_exec.py | |
| parent | df8d59c99522ef62923622f9484dec5bf51443a8 (diff) | |
| parent | 62a092e43042067b1437ac16f8fc69e40a47a136 (diff) | |
| download | miasm-dc916d52815feee22cc81a29fe1272278d4caefc.tar.gz miasm-dc916d52815feee22cc81a29fe1272278d4caefc.zip | |
Merge pull request #62 from commial/ida-example-fix-imports
Example/IDA: Reorganize imports
Diffstat (limited to 'example/ida/symbol_exec.py')
| -rw-r--r-- | example/ida/symbol_exec.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ida/symbol_exec.py b/example/ida/symbol_exec.py index c7aff5b5..41c5c3bf 100644 --- a/example/ida/symbol_exec.py +++ b/example/ida/symbol_exec.py @@ -75,7 +75,6 @@ class symbolicexec_t(idaapi.simplecustviewer_t): def symbolic_exec(): - from miasm2.analysis.machine import Machine from miasm2.ir.symbexec import symbexec from miasm2.core.bin_stream_ida import bin_stream_ida |