diff options
Diffstat (limited to '')
| -rw-r--r-- | miasm2/jitter/emulatedsymbexec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/jitter/emulatedsymbexec.py b/miasm2/jitter/emulatedsymbexec.py index 6e1bfe65..15024505 100644 --- a/miasm2/jitter/emulatedsymbexec.py +++ b/miasm2/jitter/emulatedsymbexec.py @@ -21,7 +21,7 @@ class EmulatedSymbExec(SymbolicExecutionEngine): } def __init__(self, cpu, vm, *args, **kwargs): - """Instanciate an EmulatedSymbExec, associated to CPU @cpu and bind + """Instantiate an EmulatedSymbExec, associated to CPU @cpu and bind memory accesses. @cpu: JitCpu instance """ |