skidfuscatordev / skidfuscator-java-obfuscator

Public proof-of-concept obfuscator using the MapleIR framework designed by cts & bibl
MIT License
590 stars 62 forks source link

Exception in thread "main" java.lang.UnsupportedOperationException #17

Open incomprehended opened 2 years ago

incomprehended commented 2 years ago

Describe the bug When trying to obfuscate a jar (it is a Minecraft client jar, compiled with all dependencies) I get this error. The application works on another standalone jar file, but not this one.

To Reproduce Steps to reproduce the behavior:

  1. Try to obfuscate a jar file that might be a minecraft client or a big jar file.

Expected behavior THe expected outcome was for the file to be obfuscated. However, it throws an error and then stops the obfuscation.

Screenshots unknown (1)

Desktop (please complete the following information):

Additional context N/A