diff options
Diffstat (limited to 'miasm2/ir/symbexec.py')
| -rw-r--r-- | miasm2/ir/symbexec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/ir/symbexec.py b/miasm2/ir/symbexec.py index a1ffebf5..1347e0e5 100644 --- a/miasm2/ir/symbexec.py +++ b/miasm2/ir/symbexec.py @@ -119,7 +119,7 @@ class MemArray(MutableMapping): The value associated to a given offset is a description of the slice of a stored expression. The slice size depends on the configutation of the - MemArray. For example, for a slice size of 8 bits, the affectation: + MemArray. For example, for a slice size of 8 bits, the assignment: - @32[EAX+0x10] = EBX will store for the base EAX: |