Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] The "Summary" section shows a wrong count of code sources #1716

Closed
raulsiles opened this issue Nov 3, 2022 · 2 comments
Closed

[core] The "Summary" section shows a wrong count of code sources #1716

raulsiles opened this issue Nov 3, 2022 · 2 comments
Labels
bug Core Issues in jadx-core module

Comments

@raulsiles
Copy link

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:

Code sources
Count: 11
classes.dex
classes10.dex
classes2.dex
classes3.dex
classes4.dex
classes5.dex
classes6.dex
classes7.dex
classes8.dex
classes9.dex
@skylot
Copy link
Owner

skylot commented Nov 3, 2022

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).

@skylot skylot closed this as completed Nov 3, 2022
@raulsiles
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

2 participants