diff options
| author | Ajax <commial@gmail.com> | 2015-11-06 17:49:48 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-06 17:53:27 +0100 |
| commit | 04851eaf6e9a9646a5c239460b64dfca2a7a2bd1 (patch) | |
| tree | ae2775f21e93c42804b9090f5bbfbe70eeb4c9ac | |
| parent | 2893fbe90044a310524a05b7476c559a4610f0ab (diff) | |
| download | miasm-04851eaf6e9a9646a5c239460b64dfca2a7a2bd1.tar.gz miasm-04851eaf6e9a9646a5c239460b64dfca2a7a2bd1.zip | |
Example/IDA: unused import
| -rw-r--r-- | example/ida/depgraph.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/ida/depgraph.py b/example/ida/depgraph.py index fcd87cb9..03eea3d5 100644 --- a/example/ida/depgraph.py +++ b/example/ida/depgraph.py @@ -1,14 +1,11 @@ -import sys import os import tempfile -from idaapi import GraphViewer from miasm2.core.bin_stream_ida import bin_stream_ida from miasm2.core.asmbloc import * from miasm2.expression import expression as m2_expr from miasm2.expression.simplifications import expr_simp -from miasm2.analysis.machine import Machine from miasm2.analysis.depgraph import DependencyGraph from utils import guess_machine |