diff options
Diffstat (limited to 'example/expression/get_read_write.py')
| -rw-r--r-- | example/expression/get_read_write.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/expression/get_read_write.py b/example/expression/get_read_write.py index d98b461a..cb9e0900 100644 --- a/example/expression/get_read_write.py +++ b/example/expression/get_read_write.py @@ -1,6 +1,8 @@ from miasm2.arch.x86.arch import mn_x86 from miasm2.expression.expression import get_rw from miasm2.arch.x86.ira import ir_a_x86_32 + + print """ Simple expression manipulation demo. Get read/written registers for a given instruction |