diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2014-12-26 14:27:56 +0100 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2014-12-26 14:27:56 +0100 |
| commit | 43b3962dd0dd7ce791cf28be78a44956bada8b76 (patch) | |
| tree | 793ac2b87d54d0396f2d48ae147785ea3ed55703 /example/test_jit_mips32.py | |
| parent | 73c67175687e4dfbc3a2c40a57a616db45e6f7f2 (diff) | |
| parent | c9657d8b5e4380848a992d100d8072f49d835637 (diff) | |
| download | miasm-43b3962dd0dd7ce791cf28be78a44956bada8b76.tar.gz miasm-43b3962dd0dd7ce791cf28be78a44956bada8b76.zip | |
Merge pull request #26 from commial/fix-vm_loads
Fix vm loads Everything seems ok, thanks Merry Christmiasm to you !
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( |