diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-09-11 16:48:36 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-09-11 16:48:36 +0200 |
| commit | 56db4204751bcda47b6a653f6f2347b254b976d9 (patch) | |
| tree | e58535d04701ed66498e303be7083a63fb15381b | |
| parent | ce0ed3f17ae3eeb9023e3c95a7589356c316c2cf (diff) | |
| download | miasm-56db4204751bcda47b6a653f6f2347b254b976d9.tar.gz miasm-56db4204751bcda47b6a653f6f2347b254b976d9.zip | |
symbexec: symbexec is object
| -rw-r--r-- | miasm2/ir/symbexec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/ir/symbexec.py b/miasm2/ir/symbexec.py index c466cfed..87ad7359 100644 --- a/miasm2/ir/symbexec.py +++ b/miasm2/ir/symbexec.py @@ -79,7 +79,7 @@ class symbols(): return s -class symbexec: +class symbexec(object): def __init__(self, ir_arch, known_symbols, func_read=None, |