diff options
| -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 |