diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-02-25 14:14:07 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-02-26 15:53:53 +0100 |
| commit | 35ead949d8c0d9788ddc602d9dc206f416adcd7b (patch) | |
| tree | c96acb1e57e04c4bfca4901f4fdd349e211e0acc /example/expression/get_read_write.py | |
| parent | 55cc4ec75424a841748b62e230a1abb01b258014 (diff) | |
| download | focaccia-miasm-35ead949d8c0d9788ddc602d9dc206f416adcd7b.tar.gz focaccia-miasm-35ead949d8c0d9788ddc602d9dc206f416adcd7b.zip | |
AssignBlock
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 |