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

KeyError: 49796 upon deobfuscating attempt #15

Open
tcortega opened this issue Apr 23, 2023 · 0 comments
Open

KeyError: 49796 upon deobfuscating attempt #15

tcortega opened this issue Apr 23, 2023 · 0 comments

Comments

@tcortega
Copy link

tcortega commented Apr 23, 2023

Hello, I am receiving an error:

.apk/classes6.dex
Traceback (most recent call last):
  File "/root/deoptfuscator/deoptfuscator.py", line 23, in <module>
    deobfuscator.main(".apk/"+dex)
  File "/root/deoptfuscator/deobfuscator/deobfuscator.py", line 23, in main
    dexfile(dex)
  File "/root/deoptfuscator/deobfuscator/classes.py", line 34, in dexfile
    dexf_a[dex_location+2] = class_dic[f_idx+add]
KeyError: 49796

Do you have any idea on why this might be happening for this specific app? I tried reading the code a bit but couldn't understand much of the logic behind classes.py

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

No branches or pull requests

1 participant