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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
I looked into the classy source code and tested the problematic APK. I found at least two issues:
The binary AndroidManifest is missing a doc end tag (0x0101); the last tag is </manifest>. Fortunately, this is a straightforward fix, and it might be beneficial to consider using a non-custom XML parser.
Classy uses a really old dex parsing library, org.ow2.asmdex. It's dead; there have been no changes in the last 10 years. The library supports the dex file format v35, the most recent one being v39. You can expect more issues related to this. I didn't go much deeper with my analysis.
Sorry for kind of necro-posting, but I believe it may be useful for someone.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Classyshark crashes when I try to see if Brave Browser uses trackers.
The text was updated successfully, but these errors were encountered: