about summary refs log tree commit diff stats
path: root/example/ida/depgraph.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-06 17:49:48 +0100
committerAjax <commial@gmail.com>2015-11-06 17:53:27 +0100
commit04851eaf6e9a9646a5c239460b64dfca2a7a2bd1 (patch)
treeae2775f21e93c42804b9090f5bbfbe70eeb4c9ac /example/ida/depgraph.py
parent2893fbe90044a310524a05b7476c559a4610f0ab (diff)
downloadmiasm-04851eaf6e9a9646a5c239460b64dfca2a7a2bd1.tar.gz
miasm-04851eaf6e9a9646a5c239460b64dfca2a7a2bd1.zip
Example/IDA: unused import
Diffstat (limited to 'example/ida/depgraph.py')
-rw-r--r--example/ida/depgraph.py3
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