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

ZipException: invalid compression method #526

Open
karim693 opened this issue Jan 9, 2025 · 1 comment
Open

ZipException: invalid compression method #526

karim693 opened this issue Jan 9, 2025 · 1 comment

Comments

@karim693
Copy link

karim693 commented Jan 9, 2025

I'm encountering the following error when trying to open a resource (APK/JAR file) in Bytecode Viewer. The application crashes with a ZipException error:

css
Copy code
java.util.zip.ZipException: invalid compression method
at java.util.zip.ZipInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at the.bytecode.club.bytecodeviewer.util.MiscUtils.getBytes(MiscUtils.java:402)
at the.bytecode.club.bytecodeviewer.util.JarUtils.loadResources(JarUtils.java:257)
at the.bytecode.club.bytecodeviewer.resources.importing.impl.APKResourceImporter.open(APKResourceImporter.java:56)
at the.bytecode.club.bytecodeviewer.resources.importing.ImportResource.importKnownFile(ImportResource.java:91)
at the.bytecode.club.bytecodeviewer.resources.importing.ImportResource.run(ImportResource.java:63)
at java.lang.Thread.run(Unknown Source).
Version: Bytecode Viewer 2.13.0 [Fat Jar]
OS: Windows 10
Java Version: 1.8.0_431

@Konloch
Copy link
Owner

Konloch commented Jan 9, 2025

Hi, if you hold appropriate legal rights to the file that causes this exception could you please send it to [email protected] so I can investigate this?

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

No branches or pull requests

2 participants