Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants