diff options
| author | Camille Mougey <commial@gmail.com> | 2016-02-26 16:30:54 +0100 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2016-02-26 16:30:54 +0100 |
| commit | 9c4d5276b8b29d6f900c8184939468b028933cee (patch) | |
| tree | 687141798f79fb46921289bf96c022d6011fa7c2 /example/expression/get_read_write.py | |
| parent | e586d46f44e0a57592930434fde48b6f5b1daf52 (diff) | |
| parent | 04ae248954d5638aa836cf609e2bb4c50246cbdc (diff) | |
| download | miasm-9c4d5276b8b29d6f900c8184939468b028933cee.tar.gz miasm-9c4d5276b8b29d6f900c8184939468b028933cee.zip | |
Merge pull request #330 from serpilliere/assignblock
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 |