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
Provide specific APK, DEX, or file hash obfuscation.zip
it contains the obfuscated apk and the deobuscated apk
Describe the bug
after deobfuscating the sample apk . the output apk has an issue with the classs.dex . it doesn't work on jadx and neither does it work with baksmali
The error produced by baksmali is
Attempted work-arounds
I unzipped the deobfuscated apk then tried baskmali on the classes.dex alone . it worked . but the output smali code is identical to the one from the obfuscated apk smali code . nothing changed except the androidx directory has been removed.
I used this to check if something is different and there was no output . meaning no files are different.
Provide specific APK, DEX, or file hash
obfuscation.zip
it contains the obfuscated apk and the deobuscated apk
Describe the bug
after deobfuscating the sample apk . the output apk has an issue with the classs.dex . it doesn't work on jadx and neither does it work with baksmali
The error produced by baksmali is
The error produced by jadx-gui is
To Reproduce
Attempted work-arounds
I unzipped the deobfuscated apk then tried baskmali on the classes.dex alone . it worked . but the output smali code is identical to the one from the obfuscated apk smali code . nothing changed except the androidx directory has been removed.
I used this to check if something is different and there was no output . meaning no files are different.
The text was updated successfully, but these errors were encountered: