diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-03-04 12:22:16 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-03-05 16:52:51 +0100 |
| commit | 26c1075723a02984da6d3bc7423c5c0c43082dc3 (patch) | |
| tree | b67e7b072439f84109bd39dad8ed7f3f135224f8 /test/arch/mips32/unit/asm_test.py | |
| parent | bb675f5cb34a482c964249656d539e67718bd8dc (diff) | |
| download | miasm-26c1075723a02984da6d3bc7423c5c0c43082dc3.tar.gz miasm-26c1075723a02984da6d3bc7423c5c0c43082dc3.zip | |
Rename elfesteem loader
Diffstat (limited to 'test/arch/mips32/unit/asm_test.py')
| -rw-r--r-- | test/arch/mips32/unit/asm_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mips32/unit/asm_test.py b/test/arch/mips32/unit/asm_test.py index dd95c3af..2dcaf6fc 100644 --- a/test/arch/mips32/unit/asm_test.py +++ b/test/arch/mips32/unit/asm_test.py @@ -7,7 +7,7 @@ from miasm.arch.mips32.arch import mn_mips32 from miasm.core import parse_asm from miasm.expression.expression import * from miasm.core import asmblock -from miasm.elfesteem.strpatchwork import StrPatchwork +from miasm.loader.strpatchwork import StrPatchwork from miasm.analysis.machine import Machine from miasm.jitter.csts import * |