diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-09-30 10:33:43 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-09-30 10:33:43 +0200 |
| commit | aba9a01a0efabb1666966a46a2943b33418ee98f (patch) | |
| tree | c4b4fb252d1177789bbb937b9f521d7f2dab25e7 | |
| parent | 6317588a7df1fb600cb1d9b218ef8c248255be64 (diff) | |
| download | miasm-aba9a01a0efabb1666966a46a2943b33418ee98f.tar.gz miasm-aba9a01a0efabb1666966a46a2943b33418ee98f.zip | |
Test: remove unused lib file
| -rw-r--r-- | example/asm_armt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_armt.py b/example/asm_armt.py index ccbdad3a..432d4101 100644 --- a/example/asm_armt.py +++ b/example/asm_armt.py @@ -62,7 +62,7 @@ for b in blocs[0]: g = asmbloc.bloc2graph(blocs[0]) open("graph.txt", "w").write(g) -s = StrPatchwork(open('libandroid_runtime.so').read()) +s = StrPatchwork() print "symbols" print symbol_pool |