diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-02 14:38:26 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-02 14:38:26 +0200 |
| commit | a986cf7e9ea7368d4f44e56fb33ef5c8386774a0 (patch) | |
| tree | 5a7b82a2d82fb97f50848b61bc3da4c5e1bab987 /example | |
| parent | 8db426e63ea49dffada651a22d5c5ad9ffd93d68 (diff) | |
| parent | 9ab363a5a34f35ce9d9f31d93ae28a09b7f10195 (diff) | |
| download | miasm-a986cf7e9ea7368d4f44e56fb33ef5c8386774a0.tar.gz miasm-a986cf7e9ea7368d4f44e56fb33ef5c8386774a0.zip | |
merge
Diffstat (limited to 'example')
| -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 |