Jar File Not Accessible in Recaf V3/V4 Due to Missing Central Directory Header and zero-length Local File Directory Header entries #887
Labels
3rd party problem
A bug/problem but caused by a library
usage
Not a bug, but a question/problem regarding usage
Describe the bug
I made my own program that takes a jar file by input to detect and remove a spigot backdoor but the output jar file cannot be accessed by V3 or V4 due to an "No Central-Directory-File-Reader found" error, it is accessible in V2 though.
I forgot to close the output stream which I assume caused the zip headers to not be written correctly but since it works in the JVM regardless of this I thought I might as well mention it. I had to upload it to media fire because github doesn't recognize it as a zip file.
To Reproduce
Steps to reproduce the behavior:
Exception
The text was updated successfully, but these errors were encountered: