about summary refs log tree commit diff stats
path: root/example/test_jit_mips32.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2014-12-03 11:09:36 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-12-03 11:26:45 +0100
commit05a333fe41516fa6a2976bbdd84fc05b9bca0f4f (patch)
tree908155c127bb6fec850846dd31547ce57afd1d1c /example/test_jit_mips32.py
parentab7ef5529441320f2483872bb0c35cf22615aaa2 (diff)
downloadmiasm-05a333fe41516fa6a2976bbdd84fc05b9bca0f4f.tar.gz
miasm-05a333fe41516fa6a2976bbdd84fc05b9bca0f4f.zip
Jitter: update API
Diffstat (limited to 'example/test_jit_mips32.py')
-rw-r--r--example/test_jit_mips32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/test_jit_mips32.py b/example/test_jit_mips32.py
index a4f23319..f09e2d81 100644
--- a/example/test_jit_mips32.py
+++ b/example/test_jit_mips32.py
@@ -4,7 +4,7 @@ from argparse import ArgumentParser
 from miasm2.analysis import debugging, gdbserver
 from miasm2.jitter.csts import *
 
-from miasm2.jitter.jitload import vm_load_elf, libimp, preload_elf
+from miasm2.jitter.loader.elf import vm_load_elf, preload_elf
 from miasm2.analysis.machine import Machine
 from pdb import pm