Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

AttributeError #7

Open
Pooort opened this issue May 28, 2018 · 1 comment · May be fixed by #8
Open

AttributeError #7

Pooort opened this issue May 28, 2018 · 1 comment · May be fixed by #8

Comments

@Pooort
Copy link

Pooort commented May 28, 2018

[*] 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 added a commit to juergenhoetzel/apk-anal that referenced this issue Apr 9, 2020
dict.iteritems() is no longer supported in Python 3.

Fixes mhelwig#7
@juergenhoetzel juergenhoetzel linked a pull request Apr 9, 2020 that will close this issue
@juergenhoetzel
Copy link

Should be fixed by #8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants