java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.59k stars 295 forks source link

[GC overhead limit exceeded] Deobfuscation error #831

Closed I2rys closed 3 years ago

I2rys commented 3 years ago

Whenever I try to deobfuscate this is the error that comes out.

You might ask: Have you tried using other transformers? Yes and the result is still the same.

What is the file? A Minecraft hack client called Jigsaw, I tried deobfuscating it using this for testing & fun only but yeah error.

java.lang.OutOfMemoryError: GC overhead limit exceeded
        at org.objectweb.asm.ClassWriter.visitMethod(ClassWriter.java:446)
        at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:647)
        at org.objectweb.asm.tree.ClassNode.accept(ClassNode.java:452)
        at com.javadeobfuscator.deobfuscator.Deobfuscator.toByteArray(Deobfuscator.java:629)
        at com.javadeobfuscator.deobfuscator.Deobfuscator.lambda$start$9(Deobfuscator.java:458)
        at com.javadeobfuscator.deobfuscator.Deobfuscator$$Lambda$310/120623861.accept(Unknown Source)
        at java.util.HashMap$Values.forEach(Unknown Source)
        at com.javadeobfuscator.deobfuscator.Deobfuscator.start(Deobfuscator.java:456)
        at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.run(DeobfuscatorMain.java:106)
        at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.run(DeobfuscatorMain.java:99)
        at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.main(DeobfuscatorMain.java:36)
Error while writing com/google/common/primitives/Bytes
java.lang.OutOfMemoryError: GC overhead limit exceeded
Error while writing AbstractResourcePack
java.lang.OutOfMemoryError: GC overhead limit exceeded
Error while writing com/google/common/collect/HashBiMap
java.lang.OutOfMemoryError: GC overhead limit exceeded
Error while writing BlockStoneSlabNew$ï
java.lang.OutOfMemoryError: GC overhead limit exceeded
Error while writing EntityFlameFX
java.lang.OutOfMemoryError: GC overhead limit exceeded
Error while writing org/apache/http/config/MessageConstraints$Builder
java.lang.OutOfMemoryError: GC overhead limit exceeded
Error while writing BlockGrass
java.lang.OutOfMemoryError: GC overhead limit exceeded

Deobfuscation failed. Please open a ticket on GitHub and provide the following error:
java.lang.OutOfMemoryError: GC overhead limit exceeded

To_Deobfuscate.zip

Janmm14 commented 3 years ago

See #642

I2rys commented 3 years ago

See #642

Thank you! <3