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

Multiple .dex files not considered #71

Open
nNasir opened this issue May 6, 2020 · 0 comments
Open

Multiple .dex files not considered #71

nNasir opened this issue May 6, 2020 · 0 comments

Comments

@nNasir
Copy link

nNasir commented May 6, 2020

Hi,

This code does not consider all the .dex files in apk.
While upzipping apk (in job_dispatching.py file) only classes.dex file is extracted.
Whereas files such classes1.dex, classes2.dex (and so on) can also be present.
And so only one file is processed in DexExtractor.extract_dex() method

Note that this issue is not in lite version. There while unzipping all classes .dex files are extracted
and then all files are processed in extract_dex() function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant