about summary refs log tree commit diff stats
path: root/example/expression/get_read_write.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2016-02-25 14:14:07 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2016-02-26 15:53:53 +0100
commit35ead949d8c0d9788ddc602d9dc206f416adcd7b (patch)
treec96acb1e57e04c4bfca4901f4fdd349e211e0acc /example/expression/get_read_write.py
parent55cc4ec75424a841748b62e230a1abb01b258014 (diff)
downloadfocaccia-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.py2
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