diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2014-12-18 20:49:46 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2014-12-20 17:44:23 +0100 |
| commit | 307d43e4c643e55d6ddcc9b29152e526c1dae31f (patch) | |
| tree | d4a4e6408229ea35812564163a3acb8512cbccf0 /example/test_jit_mips32.py | |
| parent | 73c67175687e4dfbc3a2c40a57a616db45e6f7f2 (diff) | |
| download | miasm-307d43e4c643e55d6ddcc9b29152e526c1dae31f.tar.gz miasm-307d43e4c643e55d6ddcc9b29152e526c1dae31f.zip | |
Example: Remove unused loader.elf imports
Diffstat (limited to 'example/test_jit_mips32.py')
| -rw-r--r-- | example/test_jit_mips32.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/test_jit_mips32.py b/example/test_jit_mips32.py index f09e2d81..d027ec50 100644 --- a/example/test_jit_mips32.py +++ b/example/test_jit_mips32.py @@ -3,9 +3,8 @@ from argparse import ArgumentParser from miasm2.analysis import debugging, gdbserver from miasm2.jitter.csts import * - -from miasm2.jitter.loader.elf import vm_load_elf, preload_elf from miasm2.analysis.machine import Machine + from pdb import pm parser = ArgumentParser( |