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
Note: If I decompile and rebuild the app with apktool, resource folder names will be decoded and jadx will decompile them fine, but this could be done by Jadx directly.
Ok, I've built jadx with the bug_994 branch and tested saving the project as a Gradle project, but resource files are being saved inside src/main instead of src/main/res:
Actually, if an app have its resource folder names obfuscated, Jadx won't try to decode/correct them.
Take a look at https://github.com/alissonlauffer/via-browser-dump/tree/master/src/main: Obfuscated resources are under the
r
folder with obfuscated subfolders, while others (Which are underresources.arsc
) are under theres
folder with non-obfuscated subfolders.Note: If I decompile and rebuild the app with apktool, resource folder names will be decoded and jadx will decompile them fine, but this could be done by Jadx directly.
APK: https://apkpure.com/via-browser-fast-light-geek-best-choice/mark.via.gp/download
The text was updated successfully, but these errors were encountered: