ThisIsLibra / AndroidProjectCreator

Convert an APK to an Android Studio Project using multiple open-source decompilers

Home Page:https://maxkersten.nl/projects/androidprojectcreator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multidex support

ytfhgfhhhhh opened this issue · comments

Add support for apks with multiple classes.dex inside.
Right now only first dex file is decompiled and added to the project.
Android Studio contains only files from classes.dex, but do not includes code for instance from classes2.dex etc.

Hello,

Using the given form to create an issue is the most helpful. If you read the notes on my website, you would see that this feature has been listed a rather long time already. If you can share any APKs that contain multiple dex files, it would help me when I start this feature. Multiple dex files is something more encountered during pentesting, rather than malware analysis (in my experience, your mileage may vary), which is why I've not prioritised it.

Lastly, I'd like to make a note on the fact that this is a project I maintain in my spare time, whereas your request comes across as rather demanding and not polite. I've taken the liberty to assume it wasn't meant this way, but not everybody might do that. It doesn't cost anything to make a feature request polite. Thanks in advance.

With kind regards,
Max