Closed jpstotz closed 2 years ago
@oxou Thanks for the sample.
Jadx currently has two problems with this sample:
Our ResTableParser.parsePackage reads a very large size that can not be correct for the package chunk. Apktool seems to ignore the size and simple reads until it encounters a chunk of an unknown type.
Modifying Jadx to read the chunks the same way as apktool does we run into a chunk of type 0x0203
= TYPE_LIBRARY (called Header.XML_TYPE_LIBRARY
in apktool). We don't have any code yet for loading such a chunk.
Log level: Error Version: 1.4.4 Binary: jadx-gui-1.4.4-no-jre-win.exe File causing the error: resources.arsc.zip Java VM:
jadx Error:
Originally posted by @oxou in https://github.com/skylot/jadx/issues/178#issuecomment-1235626628