Gyoonus / deoptfuscator

Deobfuscator for Android Application
MIT License
395 stars 53 forks source link

KeyError: 1765 #6

Closed rahul-sani closed 3 years ago

rahul-sani commented 3 years ago

location : True .apk/classes.dex Traceback (most recent call last): File "deoptfuscator.py", line 23, in deobfuscator.main(".apk/"+dex) File "deobfuscator/deobfuscator.py", line 20, in main dexfile(dex) File "deobfuscator/classes.py", line 27, in dexfile dexf_a[dex_location+2] = class_dic[f_idx+add] KeyError: 1765

rahul-sani commented 3 years ago

used the following commands:

source launch.sh
python3 deoptfuscator.py <apkname>
Gyoonus commented 3 years ago

used this command python3 deoptfuscator.py If it throwed error, please upload your sample apk on this Issue!

rahul-sani commented 3 years ago

https://play.google.com/store/apps/details?id=com.sbi.lotusintouch

Gyoonus commented 3 years ago

I solved the error about the app you sent. The app is not highly obfuscated, so it may not be de-obfuscated in deoptfuscator. We will develop a setting for de-obfuscation intensity level

rahul-sani commented 3 years ago

Cool. All the best