mhelwig / apk-anal

Android APK analyzer based on radare2 and others.
GNU Lesser General Public License v3.0
153 stars 28 forks source link

AttributeError #7

Open Pooort opened 6 years ago

Pooort commented 6 years ago
[*] Opening dexfile with radare2...
Traceback (most recent call last):
  File "apk-anal/apk-anal.py", line 305, in <module>
    print_results(rootresults,{"found":"\n[*] Possible root detection found in %s:","not_found":"\n[*] No signs of root detection in %s"},r2p)
  File "apk-anal/apk-anal.py", line 173, in print_results
    for key,result in analysis_results.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
juergenhoetzel commented 4 years ago

Should be fixed by #8