java-deobfuscator / deobfuscator

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

String obfuscated weirdly #302

Closed Mod-Mat-K closed 4 years ago

Mod-Mat-K commented 6 years ago

Any idea how to reverse this kind of obfuscation? https://i.imgur.com/oe4wnkG.png

UA.iiiiiiiIiIII.setText("Dpe()e,#Zyc msuh<\u0004\u0003S\u0012x\u000ed},xe*nhu0TpOO4)Z7\u0014\u001f\u001dY");

JAR has already been deobfuscated once with the allatori transformer

Original jar: https://mega.nz/#!EiAg3ASI!pMhJ0-YE7gz6UrGY6kM3_yb_EpQKFqesB6DV53mxpVk

Janmm14 commented 6 years ago

This looks like your deobfuscation did not lead to success, However I don't know why it failed, it definitely looks like allatori and nothing special new from allatori.

ThisTestUser commented 6 years ago

inputDeob.zip You may have renamed the classes, which could have broken the decryptor. Another reason the allatori transformer might error is because javavm can't handle the exceptions Allatori uses to generate the stacktraces. Otherwise, use this deobfuscator.jar: https://github.com/ThisTestUser/deobfuscator/releases And select allatori.StringEncryptionTransformer.

Mod-Mat-K commented 6 years ago

Apologies for late response, will test again now.