TrackerControl / xray-archiver-android-ios

Project for the archiving of mobile applications from the Google Play Store and the Apple App Store.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Incomplete static analysis #3

Closed kasnder closed 3 years ago

kasnder commented 3 years ago

Android apk files come with multiple *.dex files: classes.dex, classes2.dex, classes3.dex. However, we currently only analyse one such file, classes.dex: https://github.com/OxfordHCC/xray-archiver-android-ios/blob/94986677b0c0cf43cd125a5840de9f4bcd070b82/pipeline/analyzer/static.go#L180

See: https://developer.android.com/studio/build/multidex

kasnder commented 3 years ago

I've fixed this now.