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

Failed to open input file #915

Open
ethnyl opened this issue Jun 29, 2022 · 2 comments
Open

Failed to open input file #915

ethnyl opened this issue Jun 29, 2022 · 2 comments

Comments

@ethnyl
Copy link

ethnyl commented Jun 29, 2022

java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at com.javadeobfuscator.deobfuscator.Deobfuscator.loadInput(Deobfuscator.java:254)
at com.javadeobfuscator.deobfuscator.Deobfuscator.start(Deobfuscator.java:379)
at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.run(DeobfuscatorMain.java:106)
at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.run(DeobfuscatorMain.java:78)
at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.main(DeobfuscatorMain.java:36)

Ive tried to follow the readme but it couldnt detect the obfuscation (with the detect.yml)

@ItzSomebody
Copy link
Member

You're gonna have issues even getting to the detection stage if you can't even open the file. Check #653 and upload a sample if you can.

There are a ton a reasons why something like this can happen.

@ItzSomebody ItzSomebody changed the title Deobfuscation failed. Please open a ticket on GitHub and provide the following error: Failed to open input file Jul 8, 2022
@Janmm14
Copy link
Contributor

Janmm14 commented Jul 8, 2022

"recaf 3" has built in some zip file reading improvements. import file into recaf 3 and export as jar again, then try java-deobfuscator.

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

3 participants