diff options
| author | Ivan “CLOVIS” Canet <ivan.canet@gmail.com> | 2022-03-21 09:20:53 +0100 |
|---|---|---|
| committer | Ivan “CLOVIS” Canet <ivan.canet@gmail.com> | 2022-03-21 09:21:51 +0100 |
| commit | aa863605984cde8ae14eb14cf62027e6af4b22ad (patch) | |
| tree | 00139c811a7bc9380c04e106bfed376049d8a280 /example/expression/interfer.py | |
| parent | da78d196c6dc886e88346001f0e22bf95cb9e735 (diff) | |
| download | focaccia-miasm-aa863605984cde8ae14eb14cf62027e6af4b22ad.tar.gz focaccia-miasm-aa863605984cde8ae14eb14cf62027e6af4b22ad.zip | |
Short explanation of memory interferences
Diffstat (limited to 'example/expression/interfer.py')
| -rw-r--r-- | example/expression/interfer.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/expression/interfer.py b/example/expression/interfer.py index 5055e1f6..7e660b9b 100644 --- a/example/expression/interfer.py +++ b/example/expression/interfer.py @@ -3,6 +3,8 @@ from miasm.expression.expression import * """ Test memory interferences + +A memory interference may appear when two ExprMem objects relate to the same area of memory: editing one may impact the other. """ a32 = ExprId('a', 32) |