IOsipov / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

source() returning error with dad #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. a, d, dx = 
AnalyzeAPK("examples/android/TestsAndroguard/bin/TestsAndroguard.apk", 
decompiler="dad")

2.d.CLASS_Ltests_androguard_TestQuickSort.METHOD_Swap.source()

What is the expected output? What do you see instead?

Should get the source code of this method but instead I am getting:

AttributeError: DVMBasicBlock instance has no attribute 'ins'

See attached file for full trace.

What version of the product are you using? On what operating system?

Cloned version from the repository on Ubuntu 12.04

Original issue reported on code.google.com by jbick...@gmail.com on 12 Jul 2012 at 3:03

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by anthony....@gmail.com on 17 Jul 2012 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by anthony....@gmail.com on 5 Aug 2012 at 9:39