You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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
The text was updated successfully, but these errors were encountered:
Hello, I am receiving an error:
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
The text was updated successfully, but these errors were encountered: