Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 219 forks source link

disable zip CRC checking, because java does not check it #170

Closed Janmm14 closed 1 year ago

Janmm14 commented 4 years ago

https://github.com/ItzSomebody/StopDecompilingMyJava/blob/master/decompiler-tool-bugs/Entry-010/Entry.md

Storyyeller commented 4 years ago

As far as I know, this can't be easily fixed in Python, but as a workaround, people can just extract the zipfile themselves before decompilation.

Storyyeller commented 1 year ago

FYI, the link you posted doesn't work any more. I'm guessing that this is the correct link: https://github.com/ItzSomebody/stopdecompilingmyjava/blob/master/decompiler-tool-bugs/entry-010/entry.md

Storyyeller commented 1 year ago

Should be fixed now.