Gyoonus/deoptfuscator

KeyError: 1765

rahul-sani opened this issue · 5 comments

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

used the following commands:

source launch.sh
python3 deoptfuscator.py <apkname>

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

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

Cool. All the best