diff options
Diffstat (limited to 'miasm2/jitter/emulatedsymbexec.py')
| -rw-r--r-- | miasm2/jitter/emulatedsymbexec.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miasm2/jitter/emulatedsymbexec.py b/miasm2/jitter/emulatedsymbexec.py index 9ece5ff5..d4a67fe8 100644 --- a/miasm2/jitter/emulatedsymbexec.py +++ b/miasm2/jitter/emulatedsymbexec.py @@ -1,8 +1,8 @@ import miasm2.expression.expression as m2_expr -from miasm2.ir.symbexec import symbexec +from miasm2.ir.symbexec import SymbolicExecutionEngine -class EmulatedSymbExec(symbexec): +class EmulatedSymbExec(SymbolicExecutionEngine): """Symbolic exec instance linked with a jitter""" cpuid = { |