about summary refs log tree commit diff stats
path: root/example/ida
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2018-06-20 17:32:30 +0200
committerGitHub <noreply@github.com>2018-06-20 17:32:30 +0200
commit8a2c80d3381a913235948a42625162fd11e97a46 (patch)
tree644544ae3cb356af99f8dc4976b21b008d6c5028 /example/ida
parent0adddb12a7410c4bbdd6ee79252e9bf05ca22818 (diff)
parent3b339448178ba2ff41bda606829deacc21df7198 (diff)
downloadmiasm-8a2c80d3381a913235948a42625162fd11e97a46.tar.gz
miasm-8a2c80d3381a913235948a42625162fd11e97a46.zip
Merge pull request #771 from serpilliere/fix_asmcfg_name
All: fix var name to reflect object types
Diffstat (limited to 'example/ida')
-rw-r--r--example/ida/ctype_propagation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ida/ctype_propagation.py b/example/ida/ctype_propagation.py
index d35835dc..db324833 100644
--- a/example/ida/ctype_propagation.py
+++ b/example/ida/ctype_propagation.py
@@ -268,7 +268,6 @@ def analyse_function():
     iraCallStackFixer = get_ira_call_fixer(ira)
     ir_arch = iraCallStackFixer(mdis.symbol_pool)
 
-
     asmcfg = mdis.dis_multiblock(addr)
     # Generate IR
     for block in asmcfg.blocks: