What steps will reproduce the problem?
1.Get the LuckyCat apk (md5: )
2. Start Androguard and then open Androlyze
3.In [4]: a, d, dx = AnalyzeAPK("/home/santoku/Apks/testService.apk",
decompiler="dad")
4. d.CLASS_Lcom_testService_process_CMainControl.METHOD_run.source()
What is the expected output? What do you see instead?
I should be seeing the code within the method 'run', but I see an error
File "/home/santoku/androguard/androguard/decompiler/dad/decompile.py", line 135
for meth in dvclass.get_methods()}
^
SyntaxError: invalid syntax
What version of the product are you using? On what operating system?
I am using Androguard which comes with Santoku OS
Please provide any additional information below.
Original issue reported on code.google.com by anish.a...@gmail.com on 21 Sep 2012 at 7:21
Original issue reported on code.google.com by
anish.a...@gmail.com
on 21 Sep 2012 at 7:21