about summary refs log tree commit diff stats
path: root/example/ida/depgraph.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-11-07 14:17:58 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-11-07 14:17:58 +0100
commit3e2a88817d41d6111801e64ca6de58eb5bdbc23b (patch)
treef5b1a41218d999c9e241d480e6672e3e9b55482a /example/ida/depgraph.py
parentecb48bb8a993e72b96d84fe09f81bbdc0c513fbc (diff)
parentb960a393c057205859dcb62301f8b22573d385af (diff)
downloadmiasm-3e2a88817d41d6111801e64ca6de58eb5bdbc23b.tar.gz
miasm-3e2a88817d41d6111801e64ca6de58eb5bdbc23b.zip
Merge pull request #255 from commial/unused-import
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