about summary refs log tree commit diff stats
path: root/example/jitter/arm_sc.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-03-04 12:22:16 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-03-05 16:52:51 +0100
commit26c1075723a02984da6d3bc7423c5c0c43082dc3 (patch)
treeb67e7b072439f84109bd39dad8ed7f3f135224f8 /example/jitter/arm_sc.py
parentbb675f5cb34a482c964249656d539e67718bd8dc (diff)
downloadmiasm-26c1075723a02984da6d3bc7423c5c0c43082dc3.tar.gz
miasm-26c1075723a02984da6d3bc7423c5c0c43082dc3.zip
Rename elfesteem loader
Diffstat (limited to 'example/jitter/arm_sc.py')
-rwxr-xr-xexample/jitter/arm_sc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/arm_sc.py b/example/jitter/arm_sc.py
index ddadbf29..9ff770ff 100755
--- a/example/jitter/arm_sc.py
+++ b/example/jitter/arm_sc.py
@@ -3,7 +3,7 @@
 from miasm.core.utils import int_to_byte
 from miasm.analysis.sandbox import Sandbox_Linux_armb_str
 from miasm.analysis.sandbox import Sandbox_Linux_arml_str
-from miasm.elfesteem.strpatchwork import StrPatchwork
+from miasm.loader.strpatchwork import StrPatchwork
 
 from pdb import pm