diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-02-12 12:14:28 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-02-12 14:04:35 +0100 |
| commit | 99abc78b76318b6da934bc526b664475676129c2 (patch) | |
| tree | fb357bfb5bd4ca45c2b729c922a3ac6f00a79f3d /example/ida | |
| parent | 9ffed7e967dc0a458a1f370de6bf738592056047 (diff) | |
| download | miasm-99abc78b76318b6da934bc526b664475676129c2.tar.gz miasm-99abc78b76318b6da934bc526b664475676129c2.zip | |
Remove old api support
Diffstat (limited to 'example/ida')
| -rw-r--r-- | example/ida/ctype_propagation.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/ida/ctype_propagation.py b/example/ida/ctype_propagation.py index 1c883214..61bc747f 100644 --- a/example/ida/ctype_propagation.py +++ b/example/ida/ctype_propagation.py @@ -156,13 +156,10 @@ class SymbExecCTypeFix(SymbExecCType): def __init__(self, ir_arch, symbols, chandler, cst_propag_link, - func_read=None, func_write=None, sb_expr_simp=expr_simp): super(SymbExecCTypeFix, self).__init__(ir_arch, symbols, chandler, - func_read=func_read, - func_write=func_write, sb_expr_simp=expr_simp) self.cst_propag_link = cst_propag_link |