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
Hi,
This code does not consider all the
.dexfiles in apk.While upzipping apk (in
job_dispatching.pyfile) onlyclasses.dexfile 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()methodNote that this issue is not in lite version. There while unzipping all classes
.dexfiles are extractedand then all files are processed in
extract_dex()function