GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
897 stars 123 forks source link

Most of the ZKM obfuscator executions are failing #15

Closed VenTaz closed 4 years ago

VenTaz commented 4 years ago

Only the try-catch blocks removing seems to be working.

JAR : https://gofile.io/d/cnIUtw

Logger: https://throwbin.io/STvWWSt

GraxCode commented 4 years ago

It seems like the class uses illegal class names. They cannot be decrypted. If you still want to decrypt that class, ignoring the security risks, you can override VM.isForbiddenName to return false. It should work. Use the latest commit.

GraxCode commented 4 years ago

Try to install latest java 8 or even use a newer major java version

VenTaz commented 4 years ago

Works perfectly