- 
                Notifications
    
You must be signed in to change notification settings  - Fork 185
 
Open
Description
Is your feature request related to a problem? Please describe.
Currently, Quark has its method to support analyzing APKs with Multidex . However, this method has two disadvantages -
- Increase the complexity of the codebase.
 - Unable to find the cross-references between Dex files.
 
Describe the solution you'd like
In version 0.3.0 and above, Rizin introduced a feature to analyze APKs with Multidex. By opening an APK with the following protocol, Rizin can parse all its Dex files.
rizin "apk://PATH_TO_APK"If we utilize this feature, we will gain the following advantages -
- Have upstream support to APKs with Multidex.
 - Make the codebase more concise and easy to maintain.
 - Eliminate the limitation to finding cross-references.