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
When decompiling a large APK, the "Summary" section shows a wrong count under the "Code sources" section. It displays 11 when in reality there are only 10 "classes*.dex" files, but the list it displays is correct:
Haha, thanks! Result list contains only dex files, but count include other files.
I commit fix with removed dex filter, so now all files are shown.
Not sure what you got, but I often see a DebugProbesKt.bin file, which is actually a dex file and leftover of kotlinx-coroutines library (mention here).
Jejeje. Yes, the DebugProbesKt.bin file is exactly what I got as extra, and it is quite common to find it in many apps as a leftover, as you mentioned.
Version: jadx 1.4.5
When decompiling a large APK, the "Summary" section shows a wrong count under the "Code sources" section. It displays 11 when in reality there are only 10 "classes*.dex" files, but the list it displays is correct:
The text was updated successfully, but these errors were encountered: